Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
fcc4d21d
Commit
fcc4d21d
authored
Sep 14, 2020
by
steffen.schotthoefer
Browse files
no real changes
parent
eac7dd19
Pipeline
#109462
passed with stage
in 17 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/input/exampleMN.cfg
View file @
fcc4d21d
...
...
@@ -55,3 +55,5 @@ QUAD_TYPE = GAUSS_LEGENDRE_TENSORIZED
%
% Quadrature Order
QUAD_ORDER = 12
%
code/src/common/config.cpp
View file @
fcc4d21d
...
...
@@ -348,6 +348,7 @@ void Config::SetPointersNull( void ) {
}
void
Config
::
SetPostprocessing
()
{
// append '/' to all dirs to allow for simple path addition
if
(
_logDir
[
_logDir
.
size
()
-
1
]
!=
'/'
)
_logDir
.
append
(
"/"
);
if
(
_outputDir
[
_outputDir
.
size
()
-
1
]
!=
'/'
)
_outputDir
.
append
(
"/"
);
...
...
steffen.schotthoefer
@kx5574
mentioned in commit
30c0d4ca
·
Apr 30, 2021
mentioned in commit
30c0d4ca
mentioned in commit 30c0d4cac3c0cc8f7d11df21aab545485e86cf5f
Toggle commit list
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