Changeset 21916


Ignore:
Timestamp:
08/08/17 14:10:53 (8 years ago)
Author:
seroussi
Message:

FIX: minor else condition missing

Location:
issm/trunk-jpl/src/c/classes/Elements
Files:
2 edited

Legend:

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

    r21886 r21916  
    896896                        f2=gl[1]/(gl[1]-gl[0]);
    897897                }
     898                else _error_("case not possible");
    898899        }
    899900        *point1=point;
     
    991992                        xyz_bis[2][2]=*(xyz_list+3*1+2)+s2*(*(xyz_list+3*2+2)-*(xyz_list+3*1+2));
    992993                }
     994                else _error_("case not possible");
    993995
    994996                /*Compute fraction of grounded element*/
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r21892 r21916  
    10701070                        f2=gl[1]/(gl[1]-gl[0]);
    10711071                }
     1072                else _error_("case not possible");
    10721073        }
    10731074        *point1=point;
     
    11801181                                xyz_bis[2][2]=*(xyz_list+3*1+2)+s2*(*(xyz_list+3*2+2)-*(xyz_list+3*1+2));
    11811182                        }
     1183                        else _error_("case not possible");
    11821184
    11831185                        /*Compute fraction of grounded element*/
Note: See TracChangeset for help on using the changeset viewer.