Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
acavelan committed Jan 17, 2024
1 parent a168552 commit c7f1877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/util/DecayFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class LinearDecayFunction : public DecayFunction {
{}

double compute(double effectiveAge) const{
cout << "Linear " << effectiveAge << " " << invL << " " << hetFactor <<endl;
if( effectiveAge * invL * hetFactor < 1.0 ){
return 1.0 - effectiveAge * invL * hetFactor;
}else{
Expand Down

0 comments on commit c7f1877

Please sign in to comment.