CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Fix a preprocessor statement in ParallelEnv #243

Closed aarograh closed 4 years ago

aarograh commented 4 years ago

Fixes an incorrect preprocessor symbol in ParallelEnv. The || operator cannot be used with #ifdef. If multiple variables are defined, they need to be checked using #if defined(var1) || defined(var2).

Also using this to test fixes for the travis-ci hooks.