Changeset 19683
- Timestamp:
- 10/28/15 13:42:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp
r16968 r19683 151 151 // } 152 152 // } 153 153 154 } 154 155 … … 174 175 _error_("unrecognized double pyarray type in input!"); 175 176 176 if (py_matrix2) 177 delete(py_matrix2); 177 //if (py_matrix2) delete(py_matrix2); Not doing this for now, seems to be creating a segfault! 178 178 } 179 179 else
Note:
See TracChangeset
for help on using the changeset viewer.