Salome HOME
[Code coverage GDMLAPI]: Improve coverage
[modules/shaper.git] / src / GDMLAPI / GDMLAPI_ConeSegment.cpp
index a68dab5b016da4210e9322f5b756ed2ad2a6e6d4..98be7b5e6e74c0e4b99cd84fc2b37101a3d5d295 100644 (file)
@@ -87,7 +87,7 @@ void GDMLAPI_ConeSegment::dump(ModelHighAPI_Dumper& theDumper) const
   AttributeDoublePtr anAttrDeltaPhi = aBase->real(GDMLPlugin_ConeSegment::DELTAPHI_ID());
   theDumper << ", " << anAttrRMin1 << ", " << anAttrRMax1;
   theDumper << ", " << anAttrRMin2 << ", " << anAttrRMax2;
-  theDumper << ", " << anAttrZ << ", " << anAttrStartPhi << " , " << anAttrDeltaPhi;
+  theDumper << ", " << anAttrZ << ", " << anAttrStartPhi << ", " << anAttrDeltaPhi;
 
   theDumper << ")" << std::endl;
 }