From dadb50955d60b6fc58273323c326c20e55d2985d Mon Sep 17 00:00:00 2001 From: Ondrej Szekely <ondra.szekely@gmail.com> Date: Sun, 17 May 2015 13:46:57 +0200 Subject: [PATCH] FIXING CYLINDER FUNCTION --- src/functions/initial_conditions/tnlCylinderFunction.h | 2 +- src/functions/initial_conditions/tnlCylinderFunction_impl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions/initial_conditions/tnlCylinderFunction.h b/src/functions/initial_conditions/tnlCylinderFunction.h index 5cf4980ec9..f0e7438775 100644 --- a/src/functions/initial_conditions/tnlCylinderFunction.h +++ b/src/functions/initial_conditions/tnlCylinderFunction.h @@ -158,7 +158,7 @@ class tnlFunctionType< tnlCylinderFunction< FunctionDimensions, Real > > }; -#include <functions/tnlCylinderFunction_impl.h> +#include <functions/initial_conditions/tnlCylinderFunction_impl.h> #endif /* TNLEXPBUMPFUNCTION_H_ */ diff --git a/src/functions/initial_conditions/tnlCylinderFunction_impl.h b/src/functions/initial_conditions/tnlCylinderFunction_impl.h index 80de6ceaaa..90c250ad33 100644 --- a/src/functions/initial_conditions/tnlCylinderFunction_impl.h +++ b/src/functions/initial_conditions/tnlCylinderFunction_impl.h @@ -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 -- GitLab