Skip to content

Commit b97b78e

Browse files
author
David Tang
committed
docs: add comments
1 parent 606b744 commit b97b78e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

backend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ output/
22
.secrets.toml
33
.venv/
44

5+
# generated python modules from fortran code with f2py
56
ccfatigue/fortran/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""
2+
Copied from CCFatigue_modules folder and adapted to run in the backend
3+
"""

backend/fortran/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""
2+
Folder for fortran codes
3+
Will be compiled to python with f2py to ccfatigue.fortran
4+
"""

0 commit comments

Comments
 (0)