Changeset 21341 for issm/trunk/src/wrappers/python/io/FetchPythonData.cpp
- Timestamp:
- 11/04/16 13:48:43 (8 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/wrappers/python/io/FetchPythonData.cpp
r20500 r21341 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.