Changeset 4194
- Timestamp:
- 06/24/10 13:51:57 (15 years ago)
- Location:
- issm/trunk/src/c/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
r4193 r4194 10 10 11 11 void InputUpdateFromDakotax(FemModel* femmodel, double* variables,char** variables_descriptors,int numvariables){ 12 12 13 int verbose; 14 int qmu_npart; 15 int dummy; 16 double* qmu_part=NULL; 17 13 18 /*retrieve parameters: */ 14 19 femmodel->parameters->FindParam(&verbose,VerboseEnum); -
issm/trunk/src/c/modules/Qmux/DakotaMPI_Bcast.cpp
r4193 r4194 14 14 void DakotaMPI_Bcast(double** pvariables, char*** pvariables_descriptors,int* pnumvariables, int* pnumresponses){ 15 15 16 int i; 17 16 18 /*inputs and outputs: */ 17 19 double* variables=NULL; … … 19 21 int numvariables; 20 22 int numresponses; 23 24 /*intermediary: */ 25 char* string=NULL; 26 int string_length; 27 21 28 22 29 /*recover inputs from pointers: */
Note:
See TracChangeset
for help on using the changeset viewer.