Ignore:
Timestamp:
10/16/14 18:04:40 (10 years ago)
Author:
sdipsl
Message:

use the short option version because the long one do not work (but advertized as a possible option ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r1088 r1091  
    27372737  i=0 
    27382738  while [ $i -lt $NB_ESSAI ] ; do 
    2739     ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2739    ncwa -C $@ > /tmp/out_command.$$ 2>&1 
    27402740    status=$? 
    27412741    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.