Ignore:
Timestamp:
03/12/10 12:18:17 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added Bamg field to model, which holds the geometry and mesh structures output by Bamg (very useful to recall Bamg)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/BamgMesh.h

    r3212 r3273  
    44#ifndef BAMGMESH_H_
    55#define BAMGMESH_H_
     6
     7#include <mex.h>
    68
    79struct BamgMesh{
     
    4547
    4648void BamgMeshInit(BamgMesh* bamgmesh);
     49void BamgMeshWrite(mxArray** bamgmesh_mat,BamgMesh* bamgmesh);
    4750
    4851#endif
Note: See TracChangeset for help on using the changeset viewer.