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/BamgGeom.h

    r3212 r3273  
    44#ifndef BAMGGEOM_H_
    55#define BAMGGEOM_H_
     6
     7#include <mex.h>
    68
    79struct BamgGeom{
     
    3739
    3840void BamgGeomInit(BamgGeom* bamggeom);
     41void BamgGeomWrite(mxArray** bamggeom_mat,BamgGeom* bamggeom);
    3942
    4043#endif
Note: See TracChangeset for help on using the changeset viewer.