Ignore:
Timestamp:
05/01/09 14:53:00 (16 years ago)
Author:
Mathieu Morlighem
Message:

Fixed partition -> shift -1

File:
1 edited

Legend:

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

    r1 r175  
    2323        FetchData((void**)&parameters,NULL,NULL,PARAMETERSIN,"DataSet",NULL);
    2424        FetchData((void**)&partition,NULL,NULL,PARTITION,"Vector",NULL);
     25        VecShift(partition,-1.0);
    2526
    2627        /*!Generate internal degree of freedom numbers: */
Note: See TracChangeset for help on using the changeset viewer.