Skip to content

Commit

Permalink
Update: allow var intro
Browse files Browse the repository at this point in the history
  • Loading branch information
patham9 committed Oct 14, 2021
1 parent d0feb89 commit a3bac46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nars_core_java/nars/inference/CompositionalRules.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ else if(memory.currentTask.getSentence().getOccurrenceTime() < memory.currentBel
}
processComposed(taskContent, termDif, (Term) componentCommon.clone(), truthDif, order, memory);
}
/*if (taskContent instanceof Inheritance) {
if (taskContent instanceof Inheritance) {
introVarOuter(taskContent, beliefContent, index, order, memory);// introVarImage(taskContent, beliefContent, index, memory);
}*/
}
}

/**
Expand Down

0 comments on commit a3bac46

Please sign in to comment.