aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala')
-rw-r--r--src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala b/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala
index 21e0506..275f523 100644
--- a/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala
+++ b/src/main/scala/uk/ac/ox/cs/rsacomb/RSAOntology.scala
@@ -114,9 +114,8 @@ object RSAOntology {
114 def filteringProgram(query: ConjunctiveQuery): FilteringProgram = 114 def filteringProgram(query: ConjunctiveQuery): FilteringProgram =
115 Logger.timed( 115 Logger.timed(
116 { 116 {
117 val filter = 117 val filter = FilteringProgram(FilterType.REVISED)
118 FilteringProgram(FilterType.REVISED, CanonGraph, FilterGraph(query)) 118 filter(CanonGraph, FilterGraph(query), query)
119 filter(query)
120 }, 119 },
121 "Generating filtering program", 120 "Generating filtering program",
122 Logger.DEBUG 121 Logger.DEBUG