Ignore:
Timestamp:
04/16/12 18:37:27 (13 years ago)
Author:
Eric.Larour
Message:

Some debugging of compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/mex/BamgMesher/BamgMesher.cpp ΒΆ

    r6412 r12013  
    3636
    3737        /*Generate output Matlab Structures*/
    38         bamggeom_out->SetMatlabStructureFields(BAMGGEOMOUT);
    39         bamgmesh_out->SetMatlabStructureFields(BAMGMESHOUT);
     38        bamggeom_out->SetStructureFields((void*)BAMGGEOMOUT);
     39        bamgmesh_out->SetStructureFields((void*)BAMGMESHOUT);
    4040
    4141        /*Free ressources: */
Note: See TracChangeset for help on using the changeset viewer.