[Samples] Remove unused function 'writeCanteraHeader'
This commit is contained in:
parent
e6bf450620
commit
c8d3aa23d2
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue