Remove duplicate definitions of LTPerror and LTPmodelError
This commit is contained in:
parent
812290dc37
commit
94be25ae97
2 changed files with 0 additions and 20 deletions
|
|
@ -13,18 +13,6 @@ using namespace std;
|
|||
|
||||
namespace Cantera
|
||||
{
|
||||
/**
|
||||
* Exception thrown if an error is encountered while reading the
|
||||
* transport database.
|
||||
*/
|
||||
class LTPError : public CanteraError
|
||||
{
|
||||
public:
|
||||
explicit LTPError(const std::string& msg)
|
||||
: CanteraError("LTPspecies",
|
||||
"error parsing transport data: "
|
||||
+ msg + "\n") {}
|
||||
};
|
||||
|
||||
/**
|
||||
* Exception thrown if an error is encountered while reading the
|
||||
|
|
|
|||
|
|
@ -8,14 +8,6 @@ using namespace std;
|
|||
|
||||
namespace Cantera
|
||||
{
|
||||
//! Exception thrown if an error is encountered while reading the transport database.
|
||||
class LTPmodelError : public CanteraError
|
||||
{
|
||||
public:
|
||||
explicit LTPmodelError(const std::string& msg) :
|
||||
CanteraError("LTPspecies", "error parsing transport data: " + msg + "\n") {
|
||||
}
|
||||
};
|
||||
|
||||
LiquidTransportParams::LiquidTransportParams() :
|
||||
viscosity(0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue