Changeset 13228


Ignore:
Timestamp:
09/04/12 08:48:56 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: make sure we are writing SeqMat and SeqVec for matlab in order to disconnect petsc from modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/modules/TriMesh/TriMesh.cpp

    r13220 r13228  
    1717
    1818        /* output: */
    19         Matrix<double> *index             = NULL;
    20         Vector<double> *x                 = NULL;
    21         Vector<double> *y                 = NULL;
    22         Matrix<double> *segments          = NULL;
    23         Vector<double> *segmentmarkerlist = NULL;
     19        SeqMat<double> *index             = NULL;
     20        SeqVec<double> *x                 = NULL;
     21        SeqVec<double> *y                 = NULL;
     22        SeqMat<double> *segments          = NULL;
     23        SeqVec<double> *segmentmarkerlist = NULL;
    2424
    2525        /*Boot module: */
Note: See TracChangeset for help on using the changeset viewer.