Last change
on this file since 5524 was
5511,
checked in by yann meurdesoif, 9 days ago
|
Add subroutine "fake_call" to fix some problem in GPU morphosis. Will be removed in some days when problem wil be solved.
YM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
167 bytes
|
Rev | Line | |
---|
[5511] | 1 | MODULE lmdz_fake_call |
---|
| 2 | |
---|
| 3 | CONTAINS |
---|
| 4 | |
---|
| 5 | SUBROUTINE fake_call(arg) |
---|
| 6 | USE dimphy |
---|
| 7 | IMPLICIT NONE |
---|
| 8 | REAL :: arg(klon) |
---|
| 9 | END SUBROUTINE fake_call |
---|
| 10 | |
---|
| 11 | END MODULE lmdz_fake_call |
---|
Note: See
TracBrowser
for help on using the repository browser.