]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid output.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 20 Oct 2000 11:11:38 +0000 (11:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 20 Oct 2000 11:11:38 +0000 (11:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@3453 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_reordering.cc

index a00418662b51720d6518bc7928b43c286fcf8ac8..bdb49d0a047c3cd1c5f280599157b3026d4849c0 100644 (file)
@@ -886,7 +886,7 @@ void GridReordering<dim>::find_reordering (vector<Cell<dim> >         &cells,
                                           vector<CellData<dim> >     &original_cells,
                                           const vector<unsigned int> &new_cell_numbers)
 {
-  cout << "Starting..." << flush;
+//  cout << "Starting..." << flush;
   
   const unsigned int n_cells = cells.size();
   
@@ -928,7 +928,7 @@ void GridReordering<dim>::find_reordering (vector<Cell<dim> >         &cells,
        {
          max_size = rotation_states.size();
 //       if (max_size % 10 == 0)
-           cout << "New max size " << rotation_states.size() << endl;
+//         cout << "New max size " << rotation_states.size() << endl;
        };
       
       const typename vector<Cell>::iterator
@@ -1070,7 +1070,7 @@ void GridReordering<dim>::find_reordering (vector<Cell<dim> >         &cells,
       rotation_states.pop_back ();
     };
 
-  cout << "Done!" << endl;
+//  cout << "Done!" << endl;
 };
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.