Changeset 12493 for issm/trunk-jpl/src/c/modules/Ll2xyx/Ll2xyx.cpp
- Timestamp:
- 06/21/12 10:02:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Ll2xyx/Ll2xyx.cpp
r9761 r12493 52 52 double T,rho,sl,tc,mc; 53 53 54 if((sgn!=1) && (sgn!=-1)) _error _("Sign should be either +1 or -1.\n");54 if((sgn!=1) && (sgn!=-1)) _error2_("Sign should be either +1 or -1.\n"); 55 55 56 56 delta = central_meridian; … … 123 123 _printf_(flag,"Info: creating coordinates in polar stereographic (Std Latitude: 71S Meridian: 0).\n"); 124 124 } 125 else _error _("Sign should be either +1 or -1.\n");125 else _error2_("Sign should be either +1 or -1.\n"); 126 126 127 127 return;
Note:
See TracChangeset
for help on using the changeset viewer.