Changeset 21557


Ignore:
Timestamp:
02/10/17 14:42:41 (8 years ago)
Author:
Mathieu Morlighem
Message:

BUG: break, do not return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/PentaRef.cpp

    r20993 r21557  
    11161116                        indices[1] = 4;
    11171117                        indices[2] = 5;
    1118                         return;
     1118                        break;
    11191119                case P2Enum:
    11201120                        numindices = 6;
Note: See TracChangeset for help on using the changeset viewer.