Changeset 229 in lmdz_wrf


Ignore:
Timestamp:
Jan 30, 2015, 11:31:58 AM (10 years ago)
Author:
lfita
Message:

Fixing issue on the point and even saying that it is in C/python-like style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/lmdz_point.bash

    r225 r229  
    1515  y=`expr ${LMDZpoint} / ${dimx}`
    1616  x=`expr ${LMDZpoint} - ${y} '*' ${dimx} - 1`
    17   echo "2D point: "${x}","${y}
     17  echo "2D point (C/python-like): "${x}","${y}
    1818
    1919fi
Note: See TracChangeset for help on using the changeset viewer.