doxygen update.
moved report to ThermoPhase.h
This commit is contained in:
parent
81e8de48df
commit
6ee0ad3fbd
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue