Changeset 27659
- Timestamp:
- 03/24/23 13:53:55 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/HydrologyShaktiAnalysis.cpp
r27649 r27659 542 542 /*Intermediaries */ 543 543 IssmDouble newgap = 0.; 544 IssmDouble Jdet,meltrate,G,dh[ 2],B,A,n,dt;544 IssmDouble Jdet,meltrate,G,dh[3],B,A,n,dt; 545 545 IssmDouble gap,bed,thickness,head; 546 546 IssmDouble lr,br,vx,vy,beta,lc; 547 547 IssmDouble alpha2,frictionheat; 548 548 IssmDouble* xyz_list = NULL; 549 IssmDouble dpressure_water[ 2],dbed[2],PMPheat,dissipation;549 IssmDouble dpressure_water[3],dbed[3],PMPheat,dissipation; 550 550 IssmDouble q = 0.; 551 551 IssmDouble channelization = 0.;
Note:
See TracChangeset
for help on using the changeset viewer.