Skip to content

Commit

Permalink
GlassBR broken due to TheoryModels and referencing infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
niazim3 committed Jul 16, 2018
1 parent 97f9a8d commit dab1afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/drasil-example/Drasil/GlassBR/Body.hs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ glassSystInfo = SI {
_units = map unitWrapper [metre, second, kilogram] ++ map unitWrapper [pascal, newton],
_quants = this_symbols,
_concepts = [] :: [DefinedQuantityDict],
_definitions = (map (relToQD gbSymbMap) iModels {-[RelationConcept]-}) ++
(map (relToQD gbSymbMap) tModels {-[RelationConcept]-}) ++
_definitions = (map (relToQD gbSymbMap) gbrIMods) ++
(map (relToQD gbSymbMap) gbrTMods) ++
[wtntWithEqn, sdWithEqn], -- wtntWithEqn is defined in Unitals but only appears
-- in the description of the Calculation of Demand instance model;
-- should this be included as a Data Definition?
Expand Down

0 comments on commit dab1afa

Please sign in to comment.