Skip to content

Commit

Permalink
Temporary disabled saturationRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Nov 28, 2024
1 parent 0dd0bee commit 19e7b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/scuba-physics/src/lib/Tissues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export class Tissues {
// TODO do we need adjust m-value against user gradient factors and surface pressure?
// We need use Gradient here, since we want to show the saturation aligned with profile and ceilings.
// Or should the heat map change when changing gradient factors?
return [];
return _(this._compartments).map(t => {
if(t.pTotal > ambientPressure) {
return t.gradientFactor(ambientPressure);
Expand Down

0 comments on commit 19e7b5e

Please sign in to comment.