Skip to content

Commit d9e9098

Browse files
Update STYLE_GUIDE.md
Co-Authored-By: Milan Curcic <[email protected]>
1 parent fe5cc22 commit d9e9098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## File naming conventions
1313

14-
- Source files should contain at most one `program` or `module`/`submodule`.
14+
- Source files should contain at most one `program`, `module`, or `submodule`.
1515
- The filename should match the program or module name and have the file extension `.f90` or `.F90` if preprocessing is required.
1616
- If the interface and implementation is split using submodules the implementation submodule file should have the same name as the interface (parent) module but end in `_implementation`. E.g., `string_class.f90` and `string_class_implementation.f90`
1717
- Tests should be added in the `tests` subdirectory and have the same name as the module they are testing with the `test_` prefix added. E.g., `string_class.f90` and `tests/test_string_class.f90`

0 commit comments

Comments
 (0)