Skip to content

Commit

Permalink
Remove references to "ASCII" input files
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Jan 22, 2023
1 parent d6cc737 commit 7290046
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/cantera/thermo/HMWSoln.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/IdealGasPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/IdealSolidSolnPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/StoichSubstance.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/SurfPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7290046

Please sign in to comment.