Skip to content
Snippets Groups Projects
Commit 38c2c17c authored by Sven Marcus's avatar Sven Marcus
Browse files

Merge branch 'feature/numerical-tests' into 'develop'

Fixes compile error due to use of old Parameter method

See merge request irmb/VirtualFluids_dev!137
parents 4b4346d7 52bec647
No related branches found
No related tags found
1 merge request!137Fixes compile error due to use of old Parameter method
......@@ -49,7 +49,7 @@ void AnalyticalResults2DToVTKWriterImp::writeAnalyticalResult(std::shared_ptr<Pa
filePath.resize(filePath.size() - 5);
fname.push_back(filePath + "AnalyticalResult/Analytical_cells_bin_lev_" +
StringUtil::toString<int>(level) + "_ID_" +
StringUtil::toString<int>(para->getMyID()) + "_Part_" +
StringUtil::toString<int>(para->getMyProcessID()) + "_Part_" +
StringUtil::toString<int>(j) + "_t_" + StringUtil::toString<int>(time) + ".vtk");
}
std::cout << "\t Write TimeStep=" << timeStep << " t=" << 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