Changeset 3385
- Timestamp:
- 04/05/10 09:18:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/ElementProperties.cpp
r3384 r3385 335 335 if (melting) {printf(" melting=[\n"); for(i=0;i<numnodes;i++)printf("%g ",this->melting[i]);printf("]\n");} 336 336 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);338 337 printf(" friction_type: %i\n",friction_type); 339 338 printf(" p: %g\n",p);
Note:
See TracChangeset
for help on using the changeset viewer.