atomspace
atomspace copied to clipboard
GroundedObjectNode silently ignore new object
When we call GroundedObjectNode constructor second time with another object it silently uses old object and simply ignore new one. It should ether replace old object or throw an exception (it if is forbidden to replace an object)