diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:29:36 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:31:58 (GMT) |
commit | fd25a62a8f0597ffaf2ea1e8ba7da5114660553e (patch) | |
tree | 0f573e7ba158e47fbec768e3d2326886490fa89e /src/lib/tng_io.c | |
parent | 20d74e7d97b876232134f2e88e4f3b39f792bfe2 (diff) |
Change CMake parameter names to specifically include TNG.
Diffstat (limited to 'src/lib/tng_io.c')
-rw-r--r-- | src/lib/tng_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 6a5d035..c041472 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -14404,7 +14404,7 @@ tng_function_status DECLSPECDLLEXPORT tng_util_box_shape_with_time_write return(stat); } -#ifdef BUILD_FORTRAN +#ifdef TNG_BUILD_FORTRAN /* The following is for calling the library from fortran */ tng_function_status DECLSPECDLLEXPORT tng_trajectory_init_(tng_trajectory_t *tng_data_p) |