-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding back read_b2_boundary_parameters
This function was removed in 0d2ef6b to remove unregistered Fortran90Namelists dep. The usecase of reading the namelist was very specific, so this commit adds a small basic julia funciton to read the required parts of namelist and adds back this function. In future, if generic fortran namelist parser is available in Julia Registry, we will use that.
- Loading branch information
1 parent
d39cbab
commit db40748
Showing
4 changed files
with
105 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SOLPS2imas" | ||
uuid = "09becab6-0636-4c23-a92a-2b3723265c31" | ||
authors = ["David Eldon <[email protected]>"] | ||
version = "2.0.0" | ||
version = "2.0.1" | ||
|
||
[deps] | ||
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" | ||
|
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
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