Skip to content

Commit

Permalink
Commenting out some developmental features
Browse files Browse the repository at this point in the history
  • Loading branch information
spond committed May 1, 2024
1 parent dc41521 commit fc23875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/likefunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,7 @@ bool _LikelihoodFunction::PreCompute (void) {
if (!ith_dep->IsValueInBounds(dep_value)) {
ReportWarning (_String ("Failing bound checks on ") & *ith_dep->GetName() & " = " & _String (dep_value, "%25.16g"));
}
//git printf ("\nSetting %s to %g\n", ith_dep->GetName()->get_str(), dep_value);
//printf ("\nSetting %s to %g\n", ith_dep->GetName()->get_str(), dep_value);
ith_dep->SetValue(dep_value);
}
return true;
Expand Down

0 comments on commit fc23875

Please sign in to comment.