Changeset 25214


Ignore:
Timestamp:
07/06/20 18:00:45 (5 years ago)
Author:
Eric.Larour
Message:

CHG: added debugging information for cases where the grounding line is not correctly setup.

File:
1 edited

Legend:

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

    r25150 r25214  
    17201720                                xyz_bis[2][2]=xyz_list[3*1+2]+s2*(xyz_list[3*2+2]-xyz_list[3*1+2]);
    17211721                        }
    1722                         else _error_("case not possible");
     1722                        else _error_("Tria::GetGroundedPortion: levelset case not allowed for element #" << this->Sid()+1 << ":" << gl[0] << "|" << gl[1] << "|" << gl[2]);
    17231723
    17241724                        /*Compute fraction of grounded element*/
Note: See TracChangeset for help on using the changeset viewer.