Skip to content
Snippets Groups Projects
Commit 27e9a155 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Merge branch 'AxisLeakage' into develop

parents dd82b8d0 92ac2d6b
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ OutputData<double > *OutputDataReadStreamINT::readOutputData(std::istream &input
if (line.find("axis") != std::string::npos) {
IAxis *axis = OutputDataIOHelper::createAxis(input_stream);
result->addAxis(*axis);
delete axis;
}
if (line.find("data") != std::string::npos) {
......
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