Skip to content
Snippets Groups Projects
Commit f80fc79d authored by Douglas Serson's avatar Douglas Serson
Browse files

Fix output format of history pts in 3DH1D

parent 168847e7
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ void FilterHistoryPoints::v_Initialise(
if(m_isHomogeneous1D)
{
m_outputStream << ") at points:";
m_outputStream << ") at points:" << endl;
}
else
{
......@@ -358,7 +358,7 @@ void FilterHistoryPoints::v_Initialise(
if(m_isHomogeneous1D)
{
m_outputStream << "(in Wavespace)" << endl;
m_outputStream << "# (in Wavespace)" << endl;
}
}
v_Update(pFields, time);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment