Skip to content

Commit

Permalink
Update code diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhelan committed Feb 13, 2024
1 parent 1986509 commit 25b6c6f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/tools/festat.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ Figure 1. Flowchart of FASTEM Fortran code.
```mermaid
classDiagram
FESTAT <|-- SUFESTAT
FESTAT <|-- NMCSTAT
FESTAT --|> SUFESTAT
FESTAT --|> NMCSTAT
NMCSTAT --|> SUFESPEC
NMCSTAT --|> EREGPDIV
NMCSTAT --|> EREGPDT
NMCSTAT --|> EREGPDTQ
NMCSTAT --|> EWGSABAL
NMCSTAT --|> ECALCOV
SUFESPEC --|> SUFESPECA
SUFESPEC --|> SUFESPECG1
```
here,
- A. Festet.F90 is the main Fortran probeam that has two subroutine (B, C)
Expand Down

0 comments on commit 25b6c6f

Please sign in to comment.