Menu

#5 broken preprocessor directive lines

v1.0 (example)
open
nobody
None
5
2024-06-07
2024-06-07
No

Hi,
I found what I think are broken preprocessor directive lines in a few files:
mpi_source/mpi_pack_tree_info.F90:70:#ifdef SAVE_MORTS &
mpi_source/mpi_amr_tree_setup.F90:89:#ifdef SAVE_MORTS &
mpi_source/mpi_unpack_tree_info.F90:57:#ifdef SAVE_MORTS &
mpi_source/mpi_unpack_tree_info.F90:230:#ifdef SAVE_MORTS &

There is supposed to be a line continuation in case SAVE_MORTS is defined. As long as SAVE_MORTS is not defined the code works as is should, but it would still be nice to get rid of the compiler warnings.

Discussion


Log in to post a comment.

Auth0 Logo