Ignore:
Timestamp:
07/12/11 16:28:11 (14 years ago)
Author:
Eric.Larour
Message:

marshall.m is now automatically feedding off of model template for each field.
this necessitated a rewrite of the ModelProcessorx, so that instead of processing
strings, it processes now enums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/Balancevelocities/CreateConstraintsBalancevelocities.cpp

    r8823 r8926  
    2828
    2929        /*Fetch data: */
    30         IoModelFetchData(&iomodel->spcvx,NULL,NULL,iomodel_handle,"spcvx");
    31         IoModelFetchData(&iomodel->spcvy,NULL,NULL,iomodel_handle,"spcvy");
     30        IoModelFetchData(&iomodel->spcvx,NULL,NULL,iomodel_handle,SpcvxEnum);
     31        IoModelFetchData(&iomodel->spcvy,NULL,NULL,iomodel_handle,SpcvyEnum);
    3232
    3333        count=1; //matlab indexing
Note: See TracChangeset for help on using the changeset viewer.