Commit dadb5095 authored by Ondrej Szekely's avatar Ondrej Szekely
Browse files

FIXING CYLINDER FUNCTION

parent d4170af7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ class tnlFunctionType< tnlCylinderFunction< FunctionDimensions, Real > >
};


#include <functions/tnlCylinderFunction_impl.h>
#include <functions/initial_conditions/tnlCylinderFunction_impl.h>


#endif /* TNLEXPBUMPFUNCTION_H_ */
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#ifndef TNLCYLINDERFUNCTION_IMPL_H_
#define TNLCYLINDERFUNCTION_IMPL_H_

#include <functions/tnlCylinderFunction.h>
#include <functions/initial_conditions/tnlCylinderFunction.h>

template< typename Real >
bool