Changeset 17347


Ignore:
Timestamp:
02/24/14 16:25:57 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed gauss point when position is provided

File:
1 edited

Legend:

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

    r17315 r17347  
    251251
    252252        if(xyz_list_front[0] == xyz_list[0]){
     253                gauss = new GaussSeg(-1.);
     254        }
     255        else if(xyz_list_front[0] == xyz_list[3*1+0]){
    253256                gauss = new GaussSeg(+1.);
    254         }
    255         else if(xyz_list_front[0] == xyz_list[3*1+0]){
    256                 gauss = new GaussSeg(-1.);
    257257        }
    258258        else{
Note: See TracChangeset for help on using the changeset viewer.