-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b124eda
commit 7ee60f4
Showing
4 changed files
with
38 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
function print_usage() | ||
|
||
print *, "Usage" | ||
|
||
end function print_usage | ||
|
||
program bml_test | ||
|
||
use bml_init_m | ||
|
||
call bml_initF() | ||
|
||
end program bml_test |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.