[Swift-commit] r7736 - SwiftApps/raytrace/c-ray
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Mar 19 13:52:57 CDT 2014
Author: ketan
Date: 2014-03-19 13:52:57 -0500 (Wed, 19 Mar 2014)
New Revision: 7736
Modified:
SwiftApps/raytrace/c-ray/genscenes.sh
Log:
comment unnecessary line
Modified: SwiftApps/raytrace/c-ray/genscenes.sh
===================================================================
--- SwiftApps/raytrace/c-ray/genscenes.sh 2014-03-19 18:52:10 UTC (rev 7735)
+++ SwiftApps/raytrace/c-ray/genscenes.sh 2014-03-19 18:52:57 UTC (rev 7736)
@@ -3,7 +3,7 @@
z=-2.0
templ=$3
-sed -e "s/\@/$z/" $templ > scene.0.data
+#sed -e "s/\@/$z/" $templ > scene.0.data
incr=$(echo "scale=4; 4.0/$steps" | bc)
z=$(echo "scale=4; $z+$incr*$step" | bc)
More information about the Swift-commit
mailing list