[Samples] Remove unused function 'writeCanteraHeader'

This commit is contained in:
Ray Speth 2016-10-13 18:00:11 -04:00
parent e6bf450620
commit c8d3aa23d2

View file

@ -55,13 +55,4 @@ void plotSoln(const std::string& fname, const std::string& fmt,
writePlotFile(fname, fmt, title, names, soln);
}
inline void writeCanteraHeader(std::ostream& s)
{
s << std::endl;
s << " Cantera version " << "CANTERA_VERSION" << std::endl;
s << " Copyright California Institute of Technology, 2002." << std::endl;
s << " http://www.cantera.org" << std::endl;
s << std::endl;
}
#endif