Changeset 5459


Ignore:
Timestamp:
Dec 29, 2024, 10:30:25 AM (4 days ago)
Author:
fhourdin
Message:

Almost nothing

Location:
BOL/Replay
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/Replay/replay_clean.sh

    r5449 r5459  
    1515   stop 'In call_param_replay : You should run replay_equip.sh before runing replay[13]d'
    1616   return
    17    end
     17   end subroutine call_param_replay
    1818...eod
    1919   cat > call_ini_replay.${f90} <<...eod
     
    2121   stop 'In call_ini_replay : You should run replay_equip.sh before runing replay[13]d'
    2222   return
    23    end
     23   end subroutine call_ini_replay
    2424...eod
    2525
  • BOL/Replay/replay_equip.sh

    r5457 r5459  
    456456enddo
    457457return
    458 end
     458end subroutine call_param_replay
    459459eod
    460460
     
    547547    cat >> call_ini_replay.${f90} <<....eod...........................................
    548548    return
    549     end
     549    end subroutine call_ini_replay
    550550....eod...........................................
    551551fi # nconly = false
Note: See TracChangeset for help on using the changeset viewer.