forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames "mod" variable to avoid using imod() fn
- Using the keyword "mod" as a variable meant that a function call to mod in an openMP directive had to use the extension function imod(). Basically, using keywords as variable names is a bad idea. - We should fix this in all modules... - Renamed mod to mod_name. - Replaced call to imod() with mod(). - Closes #490.
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters