Changeset 9326


Ignore:
Timestamp:
08/12/11 14:25:32 (14 years ago)
Author:
Mathieu Morlighem
Message:

Fixed bad compilation of mex files

Location:
issm/trunk/src/c/objects/Bamg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Bamg/VertexOnEdge.cpp

    r9320 r9326  
    88
    99namespace bamg {
    10 
    11         /*Constructors/Destructors*/
    12         void VertexOnEdge(){};
    13         /*}}}*/
    1410
    1511        /*Methods*/
  • issm/trunk/src/c/objects/Bamg/VertexOnEdge.h

    r9320 r9326  
    1919
    2020                        //Constructors
    21                         VertexOnEdge( BamgVertex * w, Edge *bw,double s) :v(w),be(bw),abcisse(s) {}
    22                         VertexOnEdge();
     21                        VertexOnEdge(BamgVertex * w, Edge *bw,double s) :v(w),be(bw),abcisse(s) {};
     22                        VertexOnEdge(){};
    2323
    2424                        //Operators
Note: See TracChangeset for help on using the changeset viewer.