source: issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputFromIdx/MmeToInputFromIdx.h@ 26956

Last change on this file since 26956 was 26047, checked in by Eric.Larour, 4 years ago

CHG: huge commit on solid earth capability rewrite. Complete cleanup of the sea level core.
New mass transport capabilities for ocean and tws. No more giacore. GiaIvins folded into
the sea level core. Debugging of Materials.

File size: 248 bytes
Line 
1#ifndef _MMETOINPUTFROMIDX_H
2#define _MMETOINPUTFROMIDX_H
3
4class Inputs;
5class Elements;
6class Parameters;
7
8/* local prototypes: */
9void MmeToInputFromIdx(Inputs* inputs, Elements* elements, int id, int rootenum, int interpolationenum);
10
11#endif
Note: See TracBrowser for help on using the repository browser.