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.
1 parent 1c664a7 commit 6ae0ba1Copy full SHA for 6ae0ba1
example_packages/features_with_dependency/app/main.f90
@@ -1,4 +1,4 @@
1
-program features_with_dependency
+program features_with_dependency_demo
2
use features_with_dependency, only: show_features
3
implicit none
4
@@ -10,4 +10,4 @@ program features_with_dependency
10
print *, ""
11
print *, "This demonstrates feature propagation to dependencies."
12
13
-end program features_with_dependency
+end program features_with_dependency_demo
0 commit comments