Skip to content

Commit

Permalink
Merge pull request #112 from nekStab/dev
Browse files Browse the repository at this point in the history
Merge dev into update_doc
  • Loading branch information
loiseaujc authored Sep 26, 2024
2 parents b516f37 + 991721b commit 9a98078
Show file tree
Hide file tree
Showing 28 changed files with 1,542 additions and 1,018 deletions.
3 changes: 3 additions & 0 deletions example/ginzburg_landau/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ program demo
!----- INITIALIZATION -----
!----------------------------------

!> Set up logging
call logger_setup()

!> Initialize physical parameters.
call initialize_parameters()

Expand Down
2 changes: 2 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ auto-executables = true
auto-tests = true
auto-examples = true
module-naming = false
external-modules = "mpi_f08"

[install]
library = true
Expand All @@ -22,6 +23,7 @@ source-form = "free"

[dependencies]
stdlib = "*"
FACE = {git="https://github.com/szaghi/FACE.git"}

[dev-dependencies]
test-drive.git = "https://github.com/nekStab/test-drive.git"
Expand Down
Loading

0 comments on commit 9a98078

Please sign in to comment.