diff --git a/openmoc/openmoc.i b/openmoc/openmoc.i index f0addc0c9..1129182d5 100644 --- a/openmoc/openmoc.i +++ b/openmoc/openmoc.i @@ -268,7 +268,7 @@ * the Geometry::getAllCells(), Universe::getAllCells(), etc. These methods * are particularly useful for OpenCG compatibility. */ %include -%cleap std::map; +%clear std::map; %typemap(out) std::map { $result = PyDict_New(); @@ -292,7 +292,7 @@ * This includes the Cell::getSurfaces() method, which is useful for OpenCG * compatibility. */ %include -%cleap std::map; +%clear std::map; %typemap(out) std::map { $result = PyDict_New(); @@ -317,7 +317,7 @@ * This includes the Geometry::getAllMaterials() method, which is useful * for OpenCG compatibility. */ %include -%cleap std::map; +%clear std::map; %typemap(out) std::map { $result = PyDict_New(); @@ -341,7 +341,7 @@ * This includes the Lattice::getUniqueUniverses() method which is ueseful for * OpenCG compatibility. */ %include -%cleap std::map; +%clear std::map; %typemap(out) std::map { $result = PyDict_New();