Remove duplicate definitions of LTPerror and LTPmodelError

This commit is contained in:
Ray Speth 2016-05-10 22:10:49 -04:00
parent 812290dc37
commit 94be25ae97
2 changed files with 0 additions and 20 deletions

View file

@ -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

View file

@ -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),