Changeset 21201
- Timestamp:
- 09/08/16 11:18:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp
r19896 r21201 267 267 _error_("unrecognized int pyarray type in input!"); 268 268 269 /* These lines are causing a segfault 269 270 if (py_matrix2) 270 271 delete(py_matrix2); 272 */ 271 273 } 272 274 else … … 442 444 _error_("unrecognized double pyarray type in input!"); 443 445 446 /* Causing a seg fault. 444 447 if (py_vector2) 445 448 delete(py_vector2); 449 */ 446 450 } 447 451 else
Note:
See TracChangeset
for help on using the changeset viewer.