Changeset 9399


Ignore:
Timestamp:
08/24/11 09:24:28 (14 years ago)
Author:
Mathieu Morlighem
Message:

DO NOT initialize all fields that are in a union

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

Legend:

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

    r9371 r9399  
    1616                curvilincoord=0;
    1717                gv=0;
    18                 ge=0;
    1918        }
    2019        /*}}}*/
     
    2423                curvilincoord=-1;
    2524                gv=&g;
    26                 ge=0;
    2725        }
    2826        /*}}}*/
     
    3230                curvilincoord=s;
    3331                ge=&g;
    34                 gv=0;
    3532        }
    3633        /*}}}*/
  • issm/trunk/src/c/objects/Bamg/VertexOnGeom.h

    r5573 r9399  
    4242                        //Inline methods
    4343                        void Set(const VertexOnGeom&,const Mesh &,Mesh &); 
    44 
    4544        };
    46 
    4745}
    4846#endif
Note: See TracChangeset for help on using the changeset viewer.