Skip to content

Commit

Permalink
format the fortran code with fprettify.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOfTheMoon committed Dec 7, 2021
1 parent 7ee9c6c commit eec6db8
Show file tree
Hide file tree
Showing 33 changed files with 103,427 additions and 115,337 deletions.
3,187 changes: 1,585 additions & 1,602 deletions CODE/basis.f90

Large diffs are not rendered by default.

1,191 changes: 549 additions & 642 deletions CODE/bc_p.f90

Large diffs are not rendered by default.

3,780 changes: 1,752 additions & 2,028 deletions CODE/communications.f90

Large diffs are not rendered by default.

1,393 changes: 683 additions & 710 deletions CODE/declarations.f90

Large diffs are not rendered by default.

74,984 changes: 37,404 additions & 37,580 deletions CODE/der_r.f90

Large diffs are not rendered by default.

5,659 changes: 2,522 additions & 3,137 deletions CODE/flow_operations.f90

Large diffs are not rendered by default.

7,548 changes: 3,500 additions & 4,048 deletions CODE/flux_p.f90

Large diffs are not rendered by default.

34 changes: 10 additions & 24 deletions CODE/flux_pv.f90
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
MODULE FLUXES_V
USE LIBRARY
USE TRANSFORM
USE LOCAL
USE FLUXES
USE DERIVATIVES
USE INITIALISATION
USE RECON
IMPLICIT NONE





CONTAINS










USE LIBRARY
USE TRANSFORM
USE LOCAL
USE FLUXES
USE DERIVATIVES
USE INITIALISATION
USE RECON
IMPLICIT NONE

CONTAINS

END MODULE FLUXES_V
5 changes: 5 additions & 0 deletions CODE/format.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

for f in *.f90; do
fprettify -i 4 --silent $f
done
Loading

0 comments on commit eec6db8

Please sign in to comment.