<p><b>dwj07@fsu.edu</b> 2011-12-19 09:54:11 -0700 (Mon, 19 Dec 2011)</p><p><br>
        -- BRACH COMMIT --<br>
<br>
        Fixing postprocess function<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2011-12-16 22:44:19 UTC (rev 1260)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2011-12-19 16:54:11 UTC (rev 1261)
@@ -181,7 +181,7 @@
                KM=`expr match "$SPACING" 'k'`
                if [ $KM == 0 ]; then
-                        KM=`echo "scale=4; ${SPACING} / 1000" | bc`
+                        KM=`echo "scale=4; ${SPACING%k} / 1000" | bc`
                else
                        KM=`echo ${SPACING%k}`
                fi
</font>
</pre>