Changeset 447


Ignore:
Timestamp:
05/15/09 13:56:47 (16 years ago)
Author:
Mathieu Morlighem
Message:

thanks Eric...

File:
1 edited

Legend:

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

    r446 r447  
    3535        ModelInit(&model,MODEL);
    3636
    37         _printf("    specifying analysis\n");
    38         model->analysis_type=xmalloc((strlen(analysis_type)+1)*sizeof(char)); strcpy(model->analysis_type,analysis_type);
     37        _printf_("    specifying analysis\n");
     38        model->analysis_type=(char*)xmalloc((strlen(analysis_type)+1)*sizeof(char)); strcpy(model->analysis_type,analysis_type);
    3939
    4040        _printf_("   create elements, nodes and materials:\n");
Note: See TracChangeset for help on using the changeset viewer.