source:
issm/trunk-jpl/src/c/modules/OceanExchangeDatax/OceanExchangeDatax.h
Last change on this file was 23717, checked in by , 6 years ago | |
---|---|
File size: 306 bytes |
Line | |
---|---|
1 | /*!\file: OceanExchangeDatax.h |
2 | * \brief header file for Exchange of ocean data |
3 | */ |
4 | |
5 | #ifndef _OCEANEXCHANGEDATAX_H |
6 | #define _OCEANEXCHANGEDATAX_H |
7 | |
8 | #include "../../classes/classes.h" |
9 | |
10 | /* local prototypes: */ |
11 | void OceanExchangeDatax(FemModel* femmodel, bool init_stage); |
12 | #endif /* _OCEANEXCHANGEDATAX_H */ |
Note:
See TracBrowser
for help on using the repository browser.