Changeset 8717 for issm/trunk/src/mex/Xy2ll/Xy2ll.cpp
- Timestamp:
- 06/24/11 14:19:37 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/Xy2ll/Xy2ll.cpp
r8697 r8717 51 51 options=new Options(NRHS,nrhs,prhs); 52 52 if (options->Size()) for(i=0;i<options->Size();i++) ((Option*)options->GetObjectByOffset(i))->DeepEcho(); 53 /* defaults are in x-layer, so don't duplicate them here, and only use user values if both have been specified */53 /* defaults are in Xy2lldef, so don't duplicate them here, and only use user values if both have been specified */ 54 54 if (options->GetOption("central_meridian") || options->GetOption("standard_parallel")) { 55 55 options->Get(&cm,"central_meridian");
Note:
See TracChangeset
for help on using the changeset viewer.