Changeset 4413


Ignore:
Timestamp:
07/06/10 11:57:52 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed unitialization problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Friction.cpp

    r4236 r4413  
    3434        this->inputs=inputs_in;
    3535        this->element_type=(char*)xmalloc((strlen(element_type_in)+1)*sizeof(char));
    36         strcpy(this->element_type,element_type);
     36        strcpy(this->element_type,element_type_in);
    3737        this->matpar=matpar_in;
    3838
Note: See TracChangeset for help on using the changeset viewer.