* file using a command like
* "\input{table_file}".
*/
- void write_tex (std::ofstream &file, const bool with_header=true) const;
+ void write_tex (std::ostream &file, const bool with_header=true) const;
/** @addtogroup Exceptions
* @{ */
}
-void TableHandler::write_tex (std::ofstream &out, const bool with_header) const
+void TableHandler::write_tex (std::ostream &out, const bool with_header) const
{
AssertThrow (out, ExcIO());
if (with_header)
<h3>base</h3>
<ol>
+ <li> <p> Fixed: The <code>TableHandler::write_tex</code>
+ accidentally took a parameter of type
+ <code>std::ofstream</code> instead of <code>std::ostream</code>
+ and could therefore only write to files, not to other kinds of
+ streams. This is now fixed.
+ <br>
+ (WB 2006/07/28)
+ </p>
<li> <p> New: <code class="class">GeometryInfo</code> offers several new functions,
<code>is_inside_unit_cell</code> with an epsilon parameter to specify allowable
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