source: trunk/WRF.COMMON/WRFV2/tools/gen_comms.stub

Last change on this file was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

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
8int
9gen_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.