Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kcheung42 committed Aug 29, 2024
1 parent 2546ab6 commit 6ea77d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/behave/surfaceFire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ double SurfaceFire::calculateForwardSpreadRate(int fuelModelNumber, bool hasDire

maxFlameLength_ = getFlameLength(); // Used by SAFETY Module

if (hasDirectionOfInterest) // propposed solution
if (hasDirectionOfInterest)
{
spreadRateInDirectionOfInterest_ = calculateSpreadRateAtVector(directionOfInterest, directionMode);
}
Expand Down

0 comments on commit 6ea77d9

Please sign in to comment.