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

Last change on this file since 27075 was 27075, checked in by Eric.Larour, 3 years ago

CHG: MmeToInputFromIdx was not configuring the transients.

File size: 272 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, Parameters* parameters, int id, int rootenum, int interpolationenum);
10
11#endif
Note: See TracBrowser for help on using the repository browser.