Changeset 244
- Timestamp:
- 10/31/08 14:42:43
- Files:
-
- scout/trunk/cdl_fixed_point.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/trunk/cdl_fixed_point.pl
r234 r244 411 411 } 412 412 } 413 elsif( $iLastNTimeStamps > $iTimeCnt ) 414 { 415 print( "fixed_point()::iLastNTimeStamps: $iLastNTimeStamps is greater than total number of times in file. Resetting to iLastNTimeStamps to $iTimeCnt\n" ); 416 $iLastNTimeStamps = $iTimeCnt; 417 } 413 418 } 414 419 # get the units … … 2571 2576 obsKMLSubRoutines::KMLAddObsToHash( 'current_speed', 2572 2577 $KMLTimeStamp[$k], 2573 @VectorDataVal[0],2578 ( @VectorDataVal[0] * 100.0 ), #Convert to cm_s-1 2574 2579 1, 2575 2580 $strPlatformID, 2576 2581 $Height, 2577 ' m_s-1',2582 'cm_s-1', 2578 2583 $rObsHash ); 2579 2584 $strUnits = '';
