-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patched FMS2-branch to work with FMS1
- Added missing #ifdef to avoid compilation errors when using an older FMS - Changed "use_deprecated_io" to "USE_FMS2_IO" - The word "deprecated" has a limited lifetime (consider what to use when FMS2 is replaced). - Backwards compatibility requires that no macros are needed to use FMS1. That is, the new stuff can use -DUSE_FMS2_IO but the old stuff should not be require any changes.
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 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
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
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