Changeset 13055 for issm/trunk-jpl/src/c/modules/Xy2llx/Xy2llx.cpp
- Timestamp:
- 08/15/12 18:02:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Xy2llx/Xy2llx.cpp
r13036 r13055 53 53 double sl,rho,cm,T,chi; 54 54 55 if((sgn!=1) && (sgn!=-1)) _error _("Sign should be either +1 or -1.\n");55 if((sgn!=1) && (sgn!=-1)) _error2_("Sign should be either +1 or -1.\n"); 56 56 57 57 delta = central_meridian; … … 131 131 if(flag) _pprintLine_("Warning: expecting coordinates in polar stereographic (Std Latitude: 71S Meridian: 0)."); 132 132 } 133 else _error _("Sign should be either +1 or -1.\n");133 else _error2_("Sign should be either +1 or -1.\n"); 134 134 135 135 return;
Note:
See TracChangeset
for help on using the changeset viewer.