-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more strict file names / allow numbers in mesh file prefix (#220)
* allow numbers in mesh file names for replay mode replay mode looks for ".dtN" instead of just "N" in the mesh file name * revert accidental change * add changelog entry
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Check strict naming scheme for meshes in replay mode, mesh file names must include `.dt<N>` with `<N>` the coupling iteration. This is to allow numbers elsewhere in the file name or path. |
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