Changeset 4526 for issm/trunk/src/c/io


Ignore:
Timestamp:
07/12/10 11:13:40 (15 years ago)
Author:
Mathieu Morlighem
Message:

do not call ' in mexCallMatlab, use transpose instead (more clear), same for \ -> mldivide + cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/io/WriteData.cpp

    r4166 r4526  
    7474
    7575                //transpose
    76                 mexCallMATLAB(1,&dataref,1,&tdataref, "'");
     76                mexCallMATLAB(1,&dataref,1,&tdataref, "transpose");
    7777        }
    7878        else{
Note: See TracChangeset for help on using the changeset viewer.