Skip to content
Snippets Groups Projects
Commit 1410af6e authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

move interpolator_base to list of source files

parent d550dfa4
Branches
Tags
No related merge requests found
......@@ -92,8 +92,11 @@ print('This is bfps version ' + VERSION)
src_file_list = ['field_descriptor',
'fluid_solver_base',
'fluid_solver',
'interpolator_base',
'rFFTW_interpolator',
'rFFTW_particles',
#'interpolator',
#'particles',
'fftw_tools',
'spline_n1',
'spline_n2',
......@@ -104,8 +107,7 @@ src_file_list = ['field_descriptor',
'Lagrange_polys']
header_list = (['cpp/base.hpp',
'cpp/particles_base.hpp',
'cpp/interpolator_base.hpp'] +
'cpp/particles_base.hpp'] +
['cpp/' + fname + '.hpp'
for fname in src_file_list])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment