Changeset 15224


Ignore:
Timestamp:
06/10/13 11:04:58 (12 years ago)
Author:
seroussi
Message:

FIX: minor improved error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Loads/Friction.cpp ΒΆ

    r15104 r15224  
    105105
    106106        /*Checks that s-1>0 if v=0*/
    107         if(vmag==0 && (s-1)<0) _error_("velocity is 0 and (s-1)=" << (s-1) << "<0, alpha_complement is Inf");
     107        if(vmag==0 && (s-1)<0) _error_("velocity is 0 and (s-1)=" << (s-1) << "<0, alpha2 is Inf");
    108108
    109109        alpha2=pow(drag_coefficient,2)*pow(Neff,r)*pow(vmag,(s-1));
Note: See TracChangeset for help on using the changeset viewer.