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
  • TabularUnified issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp ΒΆ

    r8823 r8926  
    3131
    3232        /*Fetch data: */
    33         IoModelFetchData(&iomodel->spcvx,NULL,NULL,iomodel_handle,"spcvx");
    34         IoModelFetchData(&iomodel->spcvy,NULL,NULL,iomodel_handle,"spcvy");
    35         IoModelFetchData(&iomodel->nodeonhutter,NULL,NULL,iomodel_handle,"nodeonhutter");
     33        IoModelFetchData(&iomodel->spcvx,NULL,NULL,iomodel_handle,SpcvxEnum);
     34        IoModelFetchData(&iomodel->spcvy,NULL,NULL,iomodel_handle,SpcvyEnum);
     35        IoModelFetchData(&iomodel->nodeonhutter,NULL,NULL,iomodel_handle,NodeOnHutterEnum);
    3636
    3737        /*Initialize conunter*/
Note: See TracChangeset for help on using the changeset viewer.