Remove unusable Adsorbate::install method
This method shouldn't exist, since it's not part of the base class (SpeciesThermoInterpType) interface.
This commit is contained in:
parent
55fab6ca83
commit
5624794faf
1 changed files with 0 additions and 15 deletions
|
|
@ -66,21 +66,6 @@ public:
|
|||
return (SpeciesThermoInterpType*) np;
|
||||
}
|
||||
|
||||
virtual void install(const std::string& name, size_t index, int type,
|
||||
const doublereal* c, doublereal minTemp_, doublereal maxTemp_,
|
||||
doublereal refPressure_) {
|
||||
m_be = c[1];
|
||||
m_nFreqs = int(c[0]);
|
||||
for (size_t n = 0; n < m_nFreqs; n++) {
|
||||
m_freq[n] = c[n+2];
|
||||
}
|
||||
m_index = index;
|
||||
|
||||
m_lowT = minTemp_;
|
||||
m_highT = maxTemp_;
|
||||
m_Pref = refPressure_;
|
||||
}
|
||||
|
||||
virtual int reportType() const {
|
||||
return ADSORBATE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue