Changeset 8388


Ignore:
Timestamp:
05/22/11 06:42:04 (14 years ago)
Author:
Mathieu Morlighem
Message:

trunk: fixed compilation problem (use brackets if declaration in switch statements)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Materials/Matice.cpp

    r8386 r8388  
    240240        switch(element->Enum()){
    241241
    242                 case TriaEnum:
     242                case TriaEnum:{
    243243
    244244                        /*Prepare index list*/
     
    251251
    252252                        /*We found the enum.  Use its values to fill into the vector, using the vertices ids: */
    253                         input->GetVectorFromInputs(vector,&doflist1[0]);
     253                        input->GetVectorFromInputs(vector,&doflist1[0]);}
    254254                        break;
    255255
Note: See TracChangeset for help on using the changeset viewer.