Changeset 876


Ignore:
Timestamp:
06/10/09 10:11:53 (16 years ago)
Author:
seroussi
Message:

wrong type of Data for bed

File:
1 edited

Legend:

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

    r847 r876  
    3030        FetchData((void**)&materials,NULL,NULL,MATERIALS,"DataSet",NULL);
    3131        FetchData((void**)&thickness,NULL,NULL,THICKNESS,"Vector",NULL);
    32         FetchData((void**)&bed,NULL,NULL,BED,"DataSet",NULL);
     32        FetchData((void**)&bed,NULL,NULL,BED,"Vector",NULL);
    3333       
    3434        /*!Generate internal degree of freedom numbers: */
Note: See TracChangeset for help on using the changeset viewer.