source:
issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputFromIdx/MmeToInputFromIdx.h
Last change on this file was 27075, checked in by , 3 years ago | |
---|---|
File size: 272 bytes |
Rev | Line | |
---|---|---|
[26047] | 1 | #ifndef _MMETOINPUTFROMIDX_H |
2 | #define _MMETOINPUTFROMIDX_H | |
3 | ||
4 | class Inputs; | |
5 | class Elements; | |
6 | class Parameters; | |
7 | ||
8 | /* local prototypes: */ | |
[27075] | 9 | void MmeToInputFromIdx(Inputs* inputs, Elements* elements, Parameters* parameters, int id, int rootenum, int interpolationenum); |
[26047] | 10 | |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.