Changeset 576


Ignore:
Timestamp:
05/21/09 14:50:14 (16 years ago)
Author:
Mathieu Morlighem
Message:

not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp

    r575 r576  
    7373        else if (strcmp(model->analysis_type,"thermal")==0){
    7474
    75                 PetscSynchronizedPrintf(MPI_COMM_WORLD,"ok1\n");
    76                 PetscSynchronizedFlush(MPI_COMM_WORLD);
    77 
    7875                CreateElementsNodesAndMaterialsThermal(pelements,pnodes,pmaterials, model,model_handle);
    79                 PetscSynchronizedPrintf(MPI_COMM_WORLD,"ok2\n");
    80                 PetscSynchronizedFlush(MPI_COMM_WORLD);
    81 
    8276                CreateConstraintsThermal(pconstraints,model,model_handle);
    83                 PetscSynchronizedPrintf(MPI_COMM_WORLD,"ok3\n");
    84                 PetscSynchronizedFlush(MPI_COMM_WORLD);
    85 
    8677                CreateLoadsThermal(ploads,model,model_handle);
    87                 PetscSynchronizedPrintf(MPI_COMM_WORLD,"ok4\n");
    88                 PetscSynchronizedFlush(MPI_COMM_WORLD);
    89 
    9078                CreateParametersThermal(pparameters,model,model_handle);
    9179                                       
Note: See TracChangeset for help on using the changeset viewer.