stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit 6faf87c3b3fa119309e9ab0b4d53b34cdf882ed3
parent e8ae1bdf25bfd2138bafb004a02f856f2292e781
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  4 Jul 2018 16:58:26 +0200

Follow star-enclosure[2d] headers move to star directory

Diffstat:
Msrc/sdis_scene_Xd.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sdis_scene_Xd.h b/src/sdis_scene_Xd.h @@ -115,10 +115,10 @@ clear_properties(struct sdis_scene* scn) /* Check the submitted dimension and include its specific headers */ #if (SDIS_SCENE_DIMENSION == 2) - #include <senc2d.h> + #include <star/senc2d.h> #include <star/s2d.h> #elif (SDIS_SCENE_DIMENSION == 3) - #include <senc.h> + #include <star/senc.h> #include <star/s3d.h> #else #error "Invalid SDIS_SCENE_DIMENSION value."