Skip to content

Commit 4527cf4

Browse files
committed
Addition of include file description in STYLE_GUIDE
1 parent 9ff2c44 commit 4527cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

STYLE_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This style guide is a living document and proposed changes may be adopted after
1717

1818
* Source files should contain at most one `program`, `module`, or `submodule`
1919
* The filename should match the program or module name and have the file extension `.f90` or `.F90` if preprocessing is required
20+
* All included files must use the `.inc` extension. These files should be located in the `include/` directory.
2021
* If the interface and implementation is split using submodules the implementation submodule file should have the same name as the
2122
interface (parent) module but end in `_implementation`
2223
E.g., `string_class.f90` and `string_class_implementation.f90`

0 commit comments

Comments
 (0)