We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1aa90 + 407594c commit 29adbf2Copy full SHA for 29adbf2
fpm.toml
@@ -6,8 +6,8 @@ maintainer = "[email protected]"
6
copyright = "2021 Sourcery Institute"
7
8
[dependencies]
9
-sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "21.02.24"}
10
-dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.0.1"}
+assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.3.0"}
+dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.1.0"}
11
12
[dev-dependencies]
13
vegetables = {git = "https://gitlab.com/everythingfunctional/vegetables", tag = "v7.0.2"}
src/application_s.f90
@@ -1,5 +1,5 @@
1
submodule(application_m) application_s
2
- use assertions_interface, only : assert
+ use assert_m, only : assert
3
implicit none
4
5
contains
0 commit comments