Print

Print


Commit in slic/src on MAIN
VRML2Writer.cc+1-11.1 -> 1.2


slic/src
VRML2Writer.cc 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- VRML2Writer.cc	7 Jul 2009 21:39:19 -0000	1.1
+++ VRML2Writer.cc	8 Jul 2009 22:16:22 -0000	1.2
@@ -79,7 +79,7 @@
         // translation
         const G4ThreeVector& pos = pv->GetTranslation();
         std::stringstream ss;
-        ss << "translation " << pos.x() / m << " " << pos.y() / m << " " << pos.z();
+        ss << "translation " << pos.x() / m << " " << pos.y() / m << " " << pos.z() / m;
         writeLine(ss.str());
 
         // rotation
CVSspam 0.2.8