Skip to content

Commit 50211d8

Browse files
Update docs/BMI_ADAPTION.md
Rewording slightly per suggestion. Co-authored-by: Phil Miller - NOAA <pmiller@lynker.com>
1 parent 001a8d8 commit 50211d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/BMI_ADAPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Also, variable `isc` ([source code](../refs/original_code_c/tmod9502.c#212)) was
113113
- All output files (`topmod.out` and `hyd.out`), if opened, are closed during `bmi.finalize()`
114114

115115
### Console Prints
116-
`printf()` statements are now handled by `TOPMODEL_DEBUG`, though this now is set via the CMake variable `DEBUG_VERBOSITY` when generating the CMake build directory. Note: Macro uses greater than or equal to logic `>=`; i.e. a setting of `2` will include `0`, `1`, & `2`. Verbosity levels are,
116+
`printf()` statements are controlled by `TOPMODEL_DEBUG`, set via the CMake variable `DEBUG_VERBOSITY` when generating the CMake build directory. Note: Macro uses greater than or equal to logic `>=`; i.e. a setting of `2` will include `0`, `1`, & `2`. Verbosity levels are,
117117

118118
- 0: Nothing
119119
- 1: Error messages (& exit program)

0 commit comments

Comments
 (0)