Ignore:
Timestamp:
06/23/10 14:49:50 (15 years ago)
Author:
Mathieu Morlighem
Message:

moved AXPY type switch into inputs and fixed compilation

File:
1 edited

Legend:

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

    r4173 r4174  
    1515
    1616        /* output datasets: */
    17         Vec* partition=NULL;
    18         Vec* tpartition=NULL;
     17        Vec partition=NULL;
     18        Vec tpartition=NULL;
    1919
    2020        /*Boot module: */
     
    3232
    3333        /*partition and tpartition should be incremented by 1: */
    34         VecShift(partition->vector,1.0); //matlab indexing starts at 1.
    35         VecShift(tpartition->vector,1.0);
     34        VecShift(partition,1.0); //matlab indexing starts at 1.
     35        VecShift(tpartition,1.0);
    3636
    3737        /*write output datasets: */
Note: See TracChangeset for help on using the changeset viewer.