From: wolf Date: Thu, 23 Oct 2003 19:37:11 +0000 (+0000) Subject: Remove debug output. Fix some typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b93fdd50142e974ba63998e7c16e094ed91719;p=dealii-svn.git Remove debug output. Fix some typos. git-svn-id: https://svn.dealii.org/trunk@8149 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_reordering_internal.h b/deal.II/deal.II/include/grid/grid_reordering_internal.h index 814dce92d6..c2eab607a0 100644 --- a/deal.II/deal.II/include/grid/grid_reordering_internal.h +++ b/deal.II/deal.II/include/grid/grid_reordering_internal.h @@ -669,24 +669,6 @@ namespace internal */ Mesh(const ElementInfo & INFO): info(INFO) { } - /** - * Prints all information - * about the mesh - */ - void dump() const; - - /** - * Prints all information - * about the cell - */ - void dump_cell(const Cell &c) const; - - /** - * Writes edge information to - * a file. - */ - void dump_edges(char const * const fname) const; - private: /** * Unimplemented private copy @@ -743,20 +725,12 @@ namespace internal bool OrientEdgeSetInCurrentCube (Mesh &m, int edge_set); bool OrientNextUnorientedEdge (Mesh &m); - bool Consistant (Mesh &m, + bool Consistent (Mesh &m, int cell_num); void GetAdjacentCubes (Mesh &m); bool GetNextActiveCube (Mesh &m); - - bool CheckCellEdgeGroupConsistancy (const Mesh &m, - const Cell &c) const; - - bool CheckCellEdgeGroupConsistancy (const Mesh &m, - const Cell & c, - int egrp) const; - }; diff --git a/deal.II/deal.II/source/grid/grid_reordering.cc b/deal.II/deal.II/source/grid/grid_reordering.cc index 9e60658e01..30311ee1fa 100644 --- a/deal.II/deal.II/source/grid/grid_reordering.cc +++ b/deal.II/deal.II/source/grid/grid_reordering.cc @@ -635,7 +635,7 @@ namespace internal // numbers on edge // edge_num Cell & cur_cell = cell_list[cur_cell_id]; -// m.DumpCell(cur_cell); + for(unsigned short int edge_num=0; edge_num<12; ++edge_num) @@ -870,15 +870,10 @@ namespace internal int ge2 = c.edges[e2]; -// std::cout<<"Coming Into Node "<=0) - { - std::cout<<":"< & n = node_list[i]; - outfile<