Skip to content

Commit 6ae0ba1

Browse files
committed
intel fix: change program name
1 parent 1c664a7 commit 6ae0ba1

File tree

1 file changed

+2
-2
lines changed
  • example_packages/features_with_dependency/app

1 file changed

+2
-2
lines changed

example_packages/features_with_dependency/app/main.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
program features_with_dependency
1+
program features_with_dependency_demo
22
use features_with_dependency, only: show_features
33
implicit none
44

@@ -10,4 +10,4 @@ program features_with_dependency
1010
print *, ""
1111
print *, "This demonstrates feature propagation to dependencies."
1212

13-
end program features_with_dependency
13+
end program features_with_dependency_demo

0 commit comments

Comments
 (0)