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 |
|
---|
4 | class Inputs;
|
---|
5 | class Elements;
|
---|
6 | class Parameters;
|
---|
7 |
|
---|
8 | /* local prototypes: */
|
---|
9 | void MmeToInputFromIdx(Inputs* inputs, Elements* elements, int id, int rootenum, int interpolationenum);
|
---|
10 |
|
---|
11 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.