Changeset 9795
- Timestamp:
- 09/13/11 13:19:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Dakotax/Dakotax.h
r9761 r9795 19 19 void Dakotax(FemModel* femmodel); 20 20 void SpawnCoreParallel(double* responses, int numresponses, double* variables, char** variables_descriptors,int numvariables, FemModel* femmodel,int counter); 21 #endif 21 22 void DakotaResponses(double* responses,char** responses_descriptors,int numresponses,FemModel* femmodel); 22 23 void DakotaMPI_Bcast(double** pvariables, char*** pvariables_descriptors,int* pnumvariables, int* pnumresponses); 23 24 void DakotaFree(double** pvariables,char*** pvariables_descriptors,char*** presponses_descriptors,int numvariables,int numresponses); 24 #endif25 25 26 26 #endif /* _DAKOTAX_H */
Note:
See TracChangeset
for help on using the changeset viewer.