Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kcheung42 committed Sep 18, 2024
1 parent 4f56618 commit 24b92a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/behave/surfaceFire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ void SurfaceFire::calculateFlameLengths()
FirelineIntensityUnits::BtusPerFootPerSecond,
LengthUnits::Feet);


backingFlameLength_ = calculateFlameLength(backingFirelineIntensity_,
FirelineIntensityUnits::BtusPerFootPerSecond,
LengthUnits::Feet);
Expand Down Expand Up @@ -313,7 +312,7 @@ double SurfaceFire::calculateForwardSpreadRate(int fuelModelNumber, bool hasDire
surfaceFuelbedIntermediates_.calculateWesternAspenMortality(forwardFlameLength_);
}

maxFlameLength_ = forwardSpreadRate_; // Used by SAFETY Module
maxFlameLength_ = forwardFlameLength_; // Used by SAFETY Module
calculateHeatSource();

if (hasDirectionOfInterest)
Expand Down

0 comments on commit 24b92a5

Please sign in to comment.