Ignore:
Timestamp:
04/07/20 11:57:35 (4 years ago)
Author:
cetlod
Message:

NEMOv6.5 : minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/compile_nemo.sh

    r5026 r5055  
    195195 
    196196# Copy of specfic source files 
    197 if [ -f $mysrc_path/*.*90 ] ;  then  
    198    echo >> $outfile ; echo cp $mysrc_path/*.*90  $nemo_root/cfgs/$cfg_wrk/MY_SRC/.   >> $outfile 
    199    echo >> $outfile 
    200    cp $mysrc_path/*.*90  $nemo_root/cfgs/$cfg_wrk/MY_SRC/. 
    201 fi 
     197echo >> $outfile ; echo cp $mysrc_path/*.*90  $nemo_root/cfgs/$cfg_wrk/MY_SRC/.   >> $outfile 
     198echo >> $outfile 
     199cp $mysrc_path/*.*90  $nemo_root/cfgs/$cfg_wrk/MY_SRC/. 
    202200 
    203201if [ $full_nemo == y ] ; then 
Note: See TracChangeset for help on using the changeset viewer.