Changeset 18472


Ignore:
Timestamp:
08/27/14 16:23:57 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed wrong indexing in input Extrusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/PentaInput.cpp

    r18450 r18472  
    299299                        }
    300300                        else{
    301                                 for(int i=3;i<6;i++) this->values[i]  =this->values[3+i];
     301                                for(int i=0;i<3;i++) this->values[i]  =this->values[3+i];
    302302                        }
    303303                        break;
Note: See TracChangeset for help on using the changeset viewer.