Changeset 4328
- Timestamp:
- 06/29/10 16:21:55 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r4285 r4328 1038 1038 1039 1039 /*Add copy into inputs, it will wipe off the one already there: */ 1040 inputs->Add Object((Input*)copy);1040 inputs->AddInput((Input*)copy); 1041 1041 } 1042 1042 /*}}}*/ -
issm/trunk/src/c/objects/Elements/Tria.cpp
r4309 r4328 1426 1426 1427 1427 /*Add copy into inputs, it will wipe off the one already there: */ 1428 inputs->Add Object((Input*)copy);1428 inputs->AddInput((Input*)copy); 1429 1429 } 1430 1430 /*}}}*/ … … 2320 2320 /*Create New Surface: s = (1-rho_ice/rho_water) h*/ 2321 2321 InputDuplicate(ThicknessEnum,SurfaceEnum); //1: copy thickness into surface 2322 InputScale(SurfaceEnum,(1 -rho_ice/rho_water)); //2: surface = surface * (1-di)2322 InputScale(SurfaceEnum,(1.0-rho_ice/rho_water)); //2: surface = surface * (1-di) 2323 2323 2324 2324 /*Create New Bed b = -rho_ice/rho_water h*/
Note:
See TracChangeset
for help on using the changeset viewer.