Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
f92af756
Commit
f92af756
authored
Jun 19, 2020
by
Tom Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PL/Output] Escape {} to fix bug in error message.
parent
b5a995f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ProcessLib/Output/CreateOutput.cpp
ProcessLib/Output/CreateOutput.cpp
+1
-1
No files found.
ProcessLib/Output/CreateOutput.cpp
View file @
f92af756
...
...
@@ -117,7 +117,7 @@ std::unique_ptr<Output> createOutput(
OGS_FATAL
(
"There are multiple meshes defined in the output section of "
"the project file, but the prefix doesn't contain "
"'{:meshname}'. Thus the names for the files, the simulation "
"'{
{
:meshname}
}
'. Thus the names for the files, the simulation "
"results should be written to, would not be distinguishable "
"for different meshes."
);
}
...
...
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