Skip to content

Commit

Permalink
Fixed erroneously commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Feb 17, 2024
1 parent ea96ad3 commit 507c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/typepal/TypePal.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extend analysis::typepal::Version;
// collectAndSolve shorthand for a common, simple, scenario

TModel collectAndSolve(Tree pt, TypePalConfig config = tconfig(), str modelName = "no-name"){
//if(pt has top) pt = pt.top;
if(pt has top) pt = pt.top;
c = newCollector(modelName, pt, config);
collect(pt, c);
return newSolver(pt, c.run()).run();
Expand Down

0 comments on commit 507c9ff

Please sign in to comment.