source:
issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputx/MmeToInputx.h
Last change on this file was 27216, checked in by , 3 years ago | |
---|---|
File size: 302 bytes |
Rev | Line | |
---|---|---|
[27216] | 1 | /*!\file: MmeToInputx.h |
2 | * \brief | |
3 | */ | |
4 | ||
5 | #ifndef _MMETOINPUTX_H | |
6 | #define _MMETOINPUTX_H | |
7 | ||
8 | #include "../../classes/classes.h" | |
9 | ||
10 | void MmeToInputx(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* variable_partition,int npart,int rootenum, int interpolationenum); | |
11 | ||
12 | #endif /* _UPDATEMMESX_H */ |
Note:
See TracBrowser
for help on using the repository browser.