|
Last change
on this file since 5397 was
5390,
checked in by yann meurdesoif, 15 months ago
|
- Remove UTF8 character that inihibit fortran parsing with GPU morphosis
- Add missing END SUBROUTINE instead of simple END, that inhibit correct parsing with regulat expression parser (quick and dirty parsing)
YM
|
|
File size:
216 bytes
|
| Line | |
|---|
| 1 | subroutine call_param_replay(ngrid,nlay) |
|---|
| 2 | integer,intent(in) :: ngrid,nlay |
|---|
| 3 | stop 'In call_param_replay : You should run replay_equip.sh before runing replay[13]d' |
|---|
| 4 | return |
|---|
| 5 | end subroutine call_param_replay |
|---|
Note: See
TracBrowser
for help on using the repository browser.