Changeset 23066 for issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp
- Timestamp:
- 08/07/18 10:22:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp
r23020 r23066 59 59 mantle_shear_modulus = 0; 60 60 mantle_density = 0; 61 61 62 62 earth_density = 0; 63 63 … … 338 338 matpar->mantle_shear_modulus=this->mantle_shear_modulus; 339 339 matpar->mantle_density=this->mantle_density; 340 340 341 341 matpar->earth_density=this->earth_density; 342 342 … … 439 439 MARSHALLING(mantle_shear_modulus); 440 440 MARSHALLING(mantle_density); 441 441 442 442 //slr: 443 443 MARSHALLING(earth_density);
Note:
See TracChangeset
for help on using the changeset viewer.