source: issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputx/MmeToInputx.h@ 27216

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

CHG: MmeToInputx needs to be its own module.

File size: 302 bytes
Line 
1/*!\file: MmeToInputx.h
2 * \brief
3 */
4
5#ifndef _MMETOINPUTX_H
6#define _MMETOINPUTX_H
7
8#include "../../classes/classes.h"
9
10void 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.