Skip to content

Commit

Permalink
Renamed and flipped default value
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Nov 4, 2024
1 parent 42f8b23 commit f2e0f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/typepal/TModel.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ data TModel (
map[str,value] store = (),
map[loc, Define] definitions = (),
map[loc,loc] logical2physical = (),
bool convertedToPhysical = true, // Are locations in physical format?
bool usesPhysicalLocs = false, // Are locations in physical format?
TypePalConfig config = tconfig()
) = tmodel();

Expand Down

0 comments on commit f2e0f26

Please sign in to comment.