]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unnecessary .c_str().
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 29 Mar 2001 15:20:10 +0000 (15:20 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 29 Mar 2001 15:20:10 +0000 (15:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@4333 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/table_handler.cc

index 3ec46f0623329c902ec5a627c19e3cb72b55b01d..24f062d1ab73d45ece922730526182c606c54572 100644 (file)
@@ -254,7 +254,7 @@ void TableHandler::write_text(std::ostream &out) const
       out.setf(std::ios::left);
       out << std::setw(column_string_size)
 //       << setfill('*') 
-         << key.c_str() << "\t";
+         << key << "\t";
     }
   out << std::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.