Changeset 16968
- Timestamp:
- 11/27/13 14:04:59 (11 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp
r15520 r16968 545 545 FetchData(&bamgopts->omega,mxGetField(dataref,0,"omega")); 546 546 FetchData(&bamgopts->power,mxGetField(dataref,0,"power")); 547 FetchData(&bamgopts->random,mxGetField(dataref,0,"random")); 547 548 FetchData(&bamgopts->verbose,mxGetField(dataref,0,"verbose")); 548 549 -
issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp
r15335 r16968 689 689 FetchData(&bamgopts->omega,PyDict_GetItemString(py_dict,"omega")); 690 690 FetchData(&bamgopts->power,PyDict_GetItemString(py_dict,"power")); 691 FetchData(&bamgopts->random,PyDict_GetItemString(py_dict,"random")); 691 692 FetchData(&bamgopts->verbose,PyDict_GetItemString(py_dict,"verbose")); 692 693
Note:
See TracChangeset
for help on using the changeset viewer.