From 72900467420e7b927257ab99b2c319a6b0d22eff Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 21 Jan 2023 19:58:15 -0500 Subject: [PATCH] Remove references to "ASCII" input files --- include/cantera/thermo/HMWSoln.h | 2 +- include/cantera/thermo/IdealGasPhase.h | 2 +- include/cantera/thermo/IdealSolidSolnPhase.h | 2 +- include/cantera/thermo/StoichSubstance.h | 2 +- include/cantera/thermo/SurfPhase.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/cantera/thermo/HMWSoln.h b/include/cantera/thermo/HMWSoln.h index 02d9fbdafee..6290fccb899 100644 --- a/include/cantera/thermo/HMWSoln.h +++ b/include/cantera/thermo/HMWSoln.h @@ -780,7 +780,7 @@ class HMWSoln : public MolalityVPSSTP ~HMWSoln(); //! Construct and initialize an HMWSoln ThermoPhase object - //! directly from an ASCII input file + //! directly from an input file /*! * This constructor is a shell that calls the routine initThermo(), with * a reference to the parsed input file to get the info for the phase. diff --git a/include/cantera/thermo/IdealGasPhase.h b/include/cantera/thermo/IdealGasPhase.h index 9b70591f65f..6437d49c83b 100644 --- a/include/cantera/thermo/IdealGasPhase.h +++ b/include/cantera/thermo/IdealGasPhase.h @@ -250,7 +250,7 @@ class IdealGasPhase: public ThermoPhase { public: //! Construct and initialize an IdealGasPhase ThermoPhase object - //! directly from an ASCII input file + //! directly from an input file /*! * @param inputFile Name of the input file containing the phase definition * to set up the object. If blank, an empty phase will be diff --git a/include/cantera/thermo/IdealSolidSolnPhase.h b/include/cantera/thermo/IdealSolidSolnPhase.h index 0968e572b3f..1b6f2b24f10 100644 --- a/include/cantera/thermo/IdealSolidSolnPhase.h +++ b/include/cantera/thermo/IdealSolidSolnPhase.h @@ -40,7 +40,7 @@ class IdealSolidSolnPhase : public ThermoPhase { public: //! Construct and initialize an IdealSolidSolnPhase ThermoPhase object - //! directly from an ASCII input file + //! directly from an input file /*! * This constructor will also fully initialize the object. * The generalized concentrations can have three different forms diff --git a/include/cantera/thermo/StoichSubstance.h b/include/cantera/thermo/StoichSubstance.h index 91656f2b203..582004a948c 100644 --- a/include/cantera/thermo/StoichSubstance.h +++ b/include/cantera/thermo/StoichSubstance.h @@ -89,7 +89,7 @@ class StoichSubstance : public SingleSpeciesTP { public: //! Construct and initialize a StoichSubstance ThermoPhase object directly - //! from an ASCII input file + //! from an input file /*! * @param infile name of the input file. If blank, an empty phase will be * created. diff --git a/include/cantera/thermo/SurfPhase.h b/include/cantera/thermo/SurfPhase.h index b25fb4c42ac..04b89f8d5bc 100644 --- a/include/cantera/thermo/SurfPhase.h +++ b/include/cantera/thermo/SurfPhase.h @@ -98,7 +98,7 @@ class SurfPhase : public ThermoPhase { public: //! Construct and initialize a SurfPhase ThermoPhase object directly from an - //! ASCII input file + //! input file /*! * @param infile name of the input file. If blank, an empty phase will be created. * @param id name of the phase id in the file.