Skip to content

Commit

Permalink
Merged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 29, 2024
1 parent 4693574 commit 794ff25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/typepal/Collector.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ Collector newCollector(str modelName, map[str,Tree] namedTrees, TypePalConfig co
throw wrongTplVersion("TModel for <tm.modelName> uses TPL version <tm.version>, but <getCurrentTplVersion()> is required");
}

tm = convertTModel2PhysicalLocs(tm);
//tm = convertTModel2PhysicalLocs(tm);

logical2physical += tm.logical2physical;
messages += tm.messages;
Expand Down

0 comments on commit 794ff25

Please sign in to comment.