Changeset 15516


Ignore:
Timestamp:
07/18/13 15:52:56 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp

    r15515 r15516  
    273273        }
    274274
     275        /*Transpose Row vectors*/
     276        if(M==1 && N>1) M=N;
     277
    275278        /*Assign output pointers:*/
    276279        *pvector=outvector;
    277         if(pM)*pM=M*N;
     280        if(pM)*pM=M;
    278281}
    279282/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.