source: issm/trunk-jpl/src/c/modules/OceanExchangeDatax/OceanExchangeDatax.h@ 23717

Last change on this file since 23717 was 23717, checked in by seroussi, 6 years ago

CHG: finished cleaning up ocean coupling

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