Changeset 16968


Ignore:
Timestamp:
11/27/13 14:04:59 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added 'rand' option to bamg so that NR tests work on multiple platforms

Location:
issm/trunk-jpl/src/wrappers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp

    r15520 r16968  
    545545        FetchData(&bamgopts->omega,mxGetField(dataref,0,"omega"));
    546546        FetchData(&bamgopts->power,mxGetField(dataref,0,"power"));
     547        FetchData(&bamgopts->random,mxGetField(dataref,0,"random"));
    547548        FetchData(&bamgopts->verbose,mxGetField(dataref,0,"verbose"));
    548549
  • issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp

    r15335 r16968  
    689689        FetchData(&bamgopts->omega,PyDict_GetItemString(py_dict,"omega"));
    690690        FetchData(&bamgopts->power,PyDict_GetItemString(py_dict,"power"));
     691        FetchData(&bamgopts->random,PyDict_GetItemString(py_dict,"random"));
    691692        FetchData(&bamgopts->verbose,PyDict_GetItemString(py_dict,"verbose"));
    692693
Note: See TracChangeset for help on using the changeset viewer.