|
Last change
on this file since 2391 was
1,
checked in by lfita, 11 years ago
|
- -- --- Opening of the WRF+LMDZ coupling repository --- -- -
WRF: version v3.3
LMDZ: version v1818
More details in:
|
|
File size:
274 bytes
|
| Line | |
|---|
| 1 | #include <stdio.h> |
|---|
| 2 | #include <stdlib.h> |
|---|
| 3 | |
|---|
| 4 | #include "protos.h" |
|---|
| 5 | #include "registry.h" |
|---|
| 6 | #include "data.h" |
|---|
| 7 | |
|---|
| 8 | int |
|---|
| 9 | gen_comms ( char * dirname ) |
|---|
| 10 | { |
|---|
| 11 | if ( sw_dm_parallel ) |
|---|
| 12 | fprintf(stderr,"WARNING: stub version of gen_comms is linked in with registry program.\n") ; |
|---|
| 13 | |
|---|
| 14 | return(0) ; |
|---|
| 15 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.