Changeset 8717


Ignore:
Timestamp:
06/24/11 14:19:37 (14 years ago)
Author:
jschierm
Message:

Cosmetic changes to Xy2ll and Ll2xy mex modules.

Location:
issm/trunk/src/mex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/Ll2xy/Ll2xy.cpp

    r8697 r8717  
    5151        options=new Options(NRHS,nrhs,prhs);
    5252        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 Ll2xydef, so don't duplicate them here, and only use user values if both have been specified  */
    5454        if (options->GetOption("central_meridian") || options->GetOption("standard_parallel")) {
    5555                options->Get(&cm,"central_meridian");
  • issm/trunk/src/mex/Xy2ll/Xy2ll.cpp

    r8697 r8717  
    5151        options=new Options(NRHS,nrhs,prhs);
    5252        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  */
    5454        if (options->GetOption("central_meridian") || options->GetOption("standard_parallel")) {
    5555                options->Get(&cm,"central_meridian");
Note: See TracChangeset for help on using the changeset viewer.