Changeset 571


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

not needed

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

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/diagnostic_core_linear.cpp

    r569 r571  
    5151        Reducematrixfromgtofx(&Kff,&Kfs,Kgg,fem->Gmn,fem->nodesets);
    5252
     53
    5354        /*!Reduce load from g to f size: */
    5455        if (debug) _printf_("   reducing load from g to f set\n");
  • issm/trunk/src/c/parallel/thermal.cpp

    r567 r571  
    115115                if(debug)_printf_("computing melting:\n");
    116116                diagnostic_core_linear(&m_g[0],&femmodels[1],inputs,MeltingAnalysisEnum(),SteadyAnalysisEnum());
    117                 PetscSynchronizedPrintf(MPI_COMM_WORLD,"melting_offset=%g\n",melting_offset);
    118                 PetscSynchronizedFlush(MPI_COMM_WORLD);
    119                 VecView(m_g[0],PETSC_VIEWER_STDOUT_WORLD);
    120 
    121117        }
    122118        else{
Note: See TracChangeset for help on using the changeset viewer.