- Timestamp:
- Nov 14, 2024, 12:57:31 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/lib_launchPEM.sh
r3514 r3516 52 52 53 53 if [ -v n_mars_years ] && [ ! -z "$n_mars_years" ]; then 54 if [ $ n_mars_years -lt 0.]; then54 if [ $(echo "$n_mars_years < 0." | bc -l) ]; then 55 55 echo "Error: the value of 'n_mars_years' must be >0!" 56 56 errlaunch 57 57 fi 58 58 elif [ -v n_earth_years ] && [ ! -z "$n_earth_years" ]; then 59 if [ $ n_earth_years -lt 0.]; then59 if [ $(echo "$n_earth_years < 0." | bc -l) ]; then 60 60 echo "Error: the value of 'n_earth_years' must be >0!" 61 61 errlaunch
Note: See TracChangeset
for help on using the changeset viewer.