branch: devel-tetsuo-xml-binary
commit 5da504513f222796aee6025b02ca77ef4dad856e
Author: Tetsuo Koyama <[email protected]>
AuthorDate: Sun Oct 4 00:20:42 2020 +0900
:bulb: Remove code
---
src/getfem_export.cc | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/src/getfem_export.cc b/src/getfem_export.cc
index e9bf162..f06f7b6 100644
--- a/src/getfem_export.cc
+++ b/src/getfem_export.cc
@@ -584,16 +584,6 @@ namespace getfem
write_separ();
}
}
-
-// TODO: genelize to multi cell
-// for (dal::bv_visitor cv(pmf->convex_index()); !cv.finished(); ++cv) {
-// const std::vector<unsigned> &dmap =
select_vtk_dof_mapping(pmf_mapping_type[cv]);
-// if (vtk) write_val(int(dmap.size()));
-// if (!vtk && !ascii) write_val(int(sizeof(int64_t)*dmap.size()));
-// for (size_type i=0; i < dmap.size(); ++i)
-// write_val(int64_t(dofmap[pmf->ind_basic_dof_of_element(cv)[dmap[i]]]));
-// write_separ();
-// }
write_vals();
if (vtk) {