Changeset 446


Ignore:
Timestamp:
05/15/09 12:37:48 (16 years ago)
Author:
Eric.Larour
Message:

plug analysis_type into model, bug fix

File:
1 edited

Legend:

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

    r117 r446  
    3434        _printf_("   fill model with matlab workspace data\n");
    3535        ModelInit(&model,MODEL);
     36
     37        _printf("    specifying analysis\n");
     38        model->analysis_type=xmalloc((strlen(analysis_type)+1)*sizeof(char)); strcpy(model->analysis_type,analysis_type);
    3639
    3740        _printf_("   create elements, nodes and materials:\n");
Note: See TracChangeset for help on using the changeset viewer.