FIX: Corrected Java issue with BaseVisitor delete() trying to delete the...
FIX: Corrected Java issue with BaseVisitor delete() trying to delete the concrete object even though it was receiving a shared pointer. This issue would occur whenever the garbage collector would run and try to delete an old XdmfWriter object. Also hid some SWIG warning for Java.
Please register or sign in to comment