Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
b11749d0
Commit
b11749d0
authored
Apr 12, 2019
by
GILLES Sebastien
Browse files
#1399 Extend slightly reading of time iteration file to recognize environment variable there.
parent
6ac57dc3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Sources/PostProcessing/Data/TimeIteration.cpp
View file @
b11749d0
...
...
@@ -14,6 +14,7 @@
#include <sstream>
#include "Utilities/Environment/Environment.hpp"
#include "PostProcessing/Exceptions/Exception.hpp"
#include "PostProcessing/Data/TimeIteration.hpp"
...
...
@@ -59,6 +60,9 @@ namespace MoReFEM
if
(
iconv
.
fail
())
throw
ExceptionNS
::
InvalidFormatInLine
(
line
,
__FILE__
,
__LINE__
);
decltype
(
auto
)
environment
=
Utilities
::
Environment
::
GetInstance
(
__FILE__
,
__LINE__
);
solution_filename_
=
environment
.
SubstituteValues
(
solution_filename_
);
}
...
...
Sources/Test/PostProcessing/EnsightUnusedVertices/Data/Mesh_1/time_iteration.hhdata
View file @
b11749d0
# Time iteration; time; numbering subset id; filename
0;0;1;
/Volumes/Data/sebastien/MoReFEM/Results/CylinderBug
/Mesh_1/NumberingSubset_1/solution_time_00000_proc_*.hhdata
1;0.1;1;
/Volumes/Data/sebastien/MoReFEM/Results/CylinderBug
/Mesh_1/NumberingSubset_1/solution_time_00001_proc_*.hhdata
0;0;1;
${MOREFEM_ROOT}/Sources/Test/PostProcessing/EnsightUnusedVertices/Data
/Mesh_1/NumberingSubset_1/solution_time_00000_proc_*.hhdata
1;0.1;1;
${MOREFEM_ROOT}/Sources/Test/PostProcessing/EnsightUnusedVertices/Data
/Mesh_1/NumberingSubset_1/solution_time_00001_proc_*.hhdata
Sources/Test/PostProcessing/EnsightUnusedVertices/Data/time_log.0.hhdata
deleted
100644 → 0
View file @
6ac57dc3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment