Skip to content

Commit

Permalink
ticket:4798 Fix the 3d-visualization
Browse files Browse the repository at this point in the history
Seems like the file is generated in a proper format now so we don't need the conversion.
  • Loading branch information
adeas31 committed Mar 14, 2018
1 parent 074cd8e commit 4f0ba05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMEdit/OMEditGUI/Animation/AnimationUtil.h
Expand Up @@ -100,7 +100,6 @@ inline std::string assembleXMLFileName(const std::string& modelFile, const std::
base.remove(base.length()-4,4);
}
// Construct XML file name
base.replace(".","_");
std::string xmlFileName = path + base.toStdString() + "_visual.xml";
return xmlFileName;
}
Expand Down

0 comments on commit 4f0ba05

Please sign in to comment.