doxygen update.

moved report to ThermoPhase.h
This commit is contained in:
Harry Moffat 2009-01-14 22:22:29 +00:00
parent 81e8de48df
commit 6ee0ad3fbd
2 changed files with 3 additions and 3 deletions

View file

@ -250,7 +250,7 @@ namespace Cantera {
}
int fillArrayFromString(const std::string& str,
doublereal* const a, char delim) {
doublereal* const a, const char delim) {
std::string::size_type iloc;
int count = 0;
std::string num;

View file

@ -126,9 +126,9 @@ namespace Cantera {
* @return Returns the number of floats found and converted
*/
int fillArrayFromString(const std::string& str, doublereal* const a,
char delim = ' ');
const char delim = ' ');
std::string report(const ThermoPhase& th, bool show_thermo = true);
std::string formatCompList(const Phase& mix, int xyc);
std::string logfileName(const std::string& infile);
std::string getFileName(const std::string& path);