Changeset 4194


Ignore:
Timestamp:
06/24/10 13:51:57 (15 years ago)
Author:
Eric.Larour
Message:

Some Qmu debugging

Location:
issm/trunk/src/c/modules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

    r4193 r4194  
    1010
    1111void 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
    1318        /*retrieve parameters: */
    1419        femmodel->parameters->FindParam(&verbose,VerboseEnum);
  • issm/trunk/src/c/modules/Qmux/DakotaMPI_Bcast.cpp

    r4193 r4194  
    1414void DakotaMPI_Bcast(double** pvariables, char*** pvariables_descriptors,int* pnumvariables, int* pnumresponses){
    1515
     16        int i;
     17
    1618        /*inputs and outputs: */
    1719        double* variables=NULL;
     
    1921        int     numvariables;
    2022        int     numresponses;
     23
     24        /*intermediary: */
     25        char* string=NULL;
     26        int   string_length;
     27
    2128
    2229        /*recover inputs from pointers: */
Note: See TracChangeset for help on using the changeset viewer.