source:
trunk/WRF.COMMON/WRFV2/tools/gen_comms.stub
@
3667
| Last change on this file since 3667 was 11, checked in by , 15 years ago | |
|---|---|
| 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.
