Skip to content

Commit

Permalink
Update phrasing
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Morway <[email protected]>
  • Loading branch information
wpbonelli and emorway-usgs authored Jul 22, 2023
1 parent 394addf commit 1a56451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Tests should ideally follow a few conventions for easier maintenance:

Run `build_makefiles.py` in the `distribution/` directory after adding, removing, or renaming source files.

If the utilities in `utils` require a new module from the modflow6 `src/` directory, add it to `make/extrafiles.txt`.
If the utilities located in the `utils` directory require a new module that was recently added to the modflow6 `src/` directory, then the new `src\Utilites\<newUtility>.f90` file also should be added to the utility's (e.g., `mf5to6`) `make/extrafiles.txt` file.

Module dependencies for features under development should be added to `make/excludefiles.txt`.

Expand Down

0 comments on commit 1a56451

Please sign in to comment.