Changeset 1822


Ignore:
Timestamp:
08/24/09 17:44:53 (15 years ago)
Author:
Eric.Larour
Message:

Brachning back from issm.controlstatic, by hand

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/CreateFemModel.cpp

    r1784 r1822  
    2929
    3030        /*intermediary: */
    31         Model* model=NULL;
     31        IoModel* model=NULL;
    3232       
    3333
    3434        _printf_("   fill model with matlab workspace data\n");
    35         ModelInit(&model,MODEL);
     35        IoModelInit(&model,MODEL);
    3636
    3737        _printf_("   specifying analysis\n");
     
    7171
    7272        _printf_("   free ressources:\n");
    73         DeleteModel(&model);
     73        DeleteIoModel(&model);
    7474
    7575        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.