Ice Sheet System Model  4.18
Code documentation
Bamgx.h
Go to the documentation of this file.
1 
5 #ifndef _BAMGX_H
6 #define _BAMGX_H
7 
8 #include "../../bamg/bamgobjects.h"
9 
10 /* local prototypes: */
11 int Bamgx(BamgMesh* bamgmesh_out,BamgGeom* bamggeom_out,BamgMesh* bamgmesh_in,BamgGeom* bamggeom_in,BamgOpts* bamgopts);
12 
13 #endif /* _BAMGX_H */
BamgMesh
Definition: BamgMesh.h:7
Bamgx
int Bamgx(BamgMesh *bamgmesh_out, BamgGeom *bamggeom_out, BamgMesh *bamgmesh_in, BamgGeom *bamggeom_in, BamgOpts *bamgopts)
Definition: Bamgx.cpp:12
BamgOpts
Definition: BamgOpts.h:8
BamgGeom
Definition: BamgGeom.h:7