Changeset 4488
- Timestamp:
- 07/08/10 17:36:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Qmux/SpawnCoreSerial.cpp
r4439 r4488 22 22 23 23 int i; 24 24 25 25 //inputs to matlab routine 26 26 mxArray* mxvariables=NULL; … … 31 31 32 32 //mexCallMATLAB arrays 33 mxArray* array[ 5];33 mxArray* array[4]; 34 34 35 35 //output from SpawnCore in matlab routine. … … 53 53 //call SpwanCore matlab routine. 54 54 array[0]=femmodel; 55 array[ 2]=mxvariables;56 array[ 3]=mxvariabledescriptors;57 array[ 4]=mxcounter;55 array[1]=mxvariables; 56 array[2]=mxvariabledescriptors; 57 array[3]=mxcounter; 58 58 59 mexCallMATLAB(1,&mxresponses, 5,array,"SpawnCore");59 mexCallMATLAB(1,&mxresponses,4,array,"SpawnCore"); 60 60 61 61 /*copy responses back to dakota: */
Note:
See TracChangeset
for help on using the changeset viewer.