We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff2c44 commit 4527cf4Copy full SHA for 4527cf4
STYLE_GUIDE.md
@@ -17,6 +17,7 @@ This style guide is a living document and proposed changes may be adopted after
17
18
* Source files should contain at most one `program`, `module`, or `submodule`
19
* 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.
21
* If the interface and implementation is split using submodules the implementation submodule file should have the same name as the
22
interface (parent) module but end in `_implementation`
23
E.g., `string_class.f90` and `string_class_implementation.f90`
0 commit comments