Changeset 3385


Ignore:
Timestamp:
04/05/10 09:18:33 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/ElementProperties.cpp

    r3384 r3385  
    335335        if (melting)        {printf("   melting=[\n"); for(i=0;i<numnodes;i++)printf("%g ",this->melting[i]);printf("]\n");}
    336336        if (accumulation)   {printf("   accumulation=[\n"); for(i=0;i<numnodes;i++)printf("%g ",this->accumulation[i]);printf("]\n");}
    337         printf("Pointer geothermal flux2= %p\n",this->geothermalflux);
    338337        printf("   friction_type: %i\n",friction_type);
    339338        printf("   p: %g\n",p);
Note: See TracChangeset for help on using the changeset viewer.