Changeset 8706


Ignore:
Timestamp:
06/24/11 07:35:27 (14 years ago)
Author:
Mathieu Morlighem
Message:

oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/Ll2xyx/Ll2xyx.cpp

    r8698 r8706  
    6363        double  T,rho,sl,tc,mc;
    6464
    65 <<<<<<< .mine
    66         if((sgn!=1) && (sgn!=-1)) _error_("Sign should be either +1 or -1");
    67 =======
    68         if      ((sgn !=  1) && (sgn != -1))
    69                 _error_("Sign should be either +1 or -1.\n");
    70 >>>>>>> .r8690
     65        if((sgn!=1) && (sgn!=-1)) _error_("Sign should be either +1 or -1.\n");
    7166
    7267        delta = central_meridian;
Note: See TracChangeset for help on using the changeset viewer.