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

rename interpolator src files

parent f7aae002
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@
#include "interpolations.hpp"
#include "interpolator.hpp"
template <class rnumber>
interpolator<rnumber>::interpolator(
......
File moved
......@@ -30,7 +30,7 @@
#include <hdf5.h>
#include "base.hpp"
#include "fluid_solver_base.hpp"
#include "interpolations.hpp"
#include "interpolator.hpp"
#ifndef PARTICLES
......
......@@ -30,7 +30,7 @@
#include <hdf5.h>
#include "base.hpp"
#include "fluid_solver_base.hpp"
#include "interpolations.hpp"
#include "interpolator.hpp"
#ifndef SLAB_FIELD_PARTICLES
......
......@@ -46,7 +46,7 @@ except:
VERSION = date_name
src_file_list = ['field_descriptor',
'interpolations',
'interpolator',
'fftw_tools',
'fluid_solver_base',
'fluid_solver',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment