Skip to content

Commit

Permalink
Merge pull request #174 from bonachea/rename-files
Browse files Browse the repository at this point in the history
Rename source files for maintainability reasons
  • Loading branch information
bonachea authored Jan 16, 2025
2 parents 3a5e5a6 + 5dfb22c commit 68c020d
Show file tree
Hide file tree
Showing 43 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README-maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Additional git policies:
Conventions for code and commits in Caffeine
-------------
[TODO: Improve wording of below bullets]
* All Fortran filenames must have a `*.F90` suffix
* Procedures with `prif_` prefix are public facing procedures
* Procedures with `caf_` prefix are private procedures,
internal to Caffeine, which are implemented in C
Expand All @@ -37,7 +38,7 @@ Conventions for code and commits in Caffeine
* If you absolutely must make whitespace-only changes to otherwise unmodified lines
(for example, rewrapping the lines in documentation), please isolate those changes
in a separate commit with a commit message explaining the lack of meaningful change.
* Similarly if you need to move blocks of lines unchanged between distant locations,
* Similarly if you need to move blocks of lines unchanged between distant locations or rename files,
please also isolate those changes in a separate commit with a commit message
explaining the lack of meaningful change.
* Tab characters should NOT be used in source code
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 68c020d

Please sign in to comment.