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 |
Rev | Line | |
---|---|---|
[23714] | 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: */ | |
[23717] | 11 | void OceanExchangeDatax(FemModel* femmodel, bool init_stage); |
[23714] | 12 | #endif /* _OCEANEXCHANGEDATAX_H */ |
Note:
See TracBrowser
for help on using the repository browser.