Skip to content

Commit

Permalink
updated quotes in boxworld and cardworld
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenchui committed Jun 20, 2018
1 parent b81b3ab commit d18539c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ontologies/boxworld/boxworld_surface.clif
Expand Up @@ -3,7 +3,7 @@

(cl-imports http://colore.oor.net/boxworld/boxworld_edge.clif)

(cl-comment "Each point, edge, and surface is part of a unique box.")
(cl-comment 'Each point, edge, and surface is part of a unique box.')
(forall (x1 x2 y)
(if (and (part y x1) (part y x2) (box x1) (box x2)
(or (point y) (edge y) (surface y)))
Expand Down
2 changes: 1 addition & 1 deletion ontologies/cardworld/cardworld_surface.clif
Expand Up @@ -3,7 +3,7 @@

(cl-imports http://colore.oor.net/cardworld/cardworld_edge.clif)

(cl-comment "Each point and edge are part of a unique surface.")
(cl-comment 'Each point and edge are part of a unique surface.')
(forall (x s1 s2)
(if (and (surface s1) (surface s2) (part x s1) (part x s2)
(or (point x) (edge x)))
Expand Down

0 comments on commit d18539c

Please sign in to comment.