Last change
on this file since 3094 was
2759,
checked in by aslmd, 2 years ago
|
adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size
|
File size:
274 bytes
|
Rev | Line | |
---|
[2759] | 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.