|
From: Nick C. <sr...@us...> - 2002-01-03 15:55:19
|
Update of /cvsroot/repast/repast/uchicago/src/nqpy/compiler In directory usw-pr-cvs1:/tmp/cvs-serv613/compiler Modified Files: NQPyDynamicClass.java Log Message: Fixed bug in inObjHeirarchy that would throw a NullPointerException when a NQPyDynamicClass was passed in as an argument. When that occurs, the compiler is checking if one dyamic class is the parent of another. At the moment this is impossible so in these cases we just return false. |