|
@@ -725,7 +725,7 @@ random_int = rand(-100,100)
|
|
|
# write result as double precision floating point map (DCELL)
|
|
|
random_dcell = rand(-100.0,100.0)
|
|
|
|
|
|
-# write result as double precision floating point map (FCELL)
|
|
|
+# write result as single precision floating point map (FCELL)
|
|
|
random_fcell = float(rand(-100.0,100.0))
|
|
|
</pre></div>
|
|
|
|