Changeset 3607


Ignore:
Timestamp:
04/22/10 13:20:07 (15 years ago)
Author:
Mathieu Morlighem
Message:

Destruction of control_type leads to a matlab crash in serial

Location:
issm/trunk/src/c/objects
Files:
2 edited

Legend:

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

    r3567 r3607  
    205205                //get index of the vertex in C indexing
    206206                k=vertex_ids[i]-1;
     207                printf("k = %i\n",k);
    207208
    208209                //Get properties from iomodel
  • issm/trunk/src/c/objects/Numpar.cpp

    r3595 r3607  
    4747
    4848        /*Free the only pointer*/
    49         xfree((void**)&control_type);
     49        //xfree((void**)&control_type);
    5050
    5151        return;
Note: See TracChangeset for help on using the changeset viewer.