Ignore:
Timestamp:
07/14/16 10:06:48 (9 years ago)
Author:
bdef
Message:

BUG:uniformisation of wrapper module and reverting to standard python behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modules/BamgMesher.py

    r20850 r20909  
    66
    77        Usage:
    8                 [bamgmesh,bamggeom] = BamgMesher(bamgmesh,bamggeom,bamgoptions);
     8                bamgmesh,bamggeom = BamgMesher(bamgmesh,bamggeom,bamgoptions);
    99
    1010        bamgmesh: input bamg mesh
     
    1414       
    1515        #Call mex module
    16         [bamgmesh, bamggeom] = BamgMesher_python(bamgmesh, bamggeom, bamgoptions);
     16        bamgmesh, bamggeom = BamgMesher_python(bamgmesh, bamggeom, bamgoptions)
    1717
    1818        #return
    19         return [bamgmesh, bamggeom]
     19        return bamgmesh, bamggeom
Note: See TracChangeset for help on using the changeset viewer.