mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Corrected typo: adsorbtion -> adsorption.
This commit is contained in:
@@ -201,8 +201,8 @@ public:
|
||||
class CAds,
|
||||
class DCAdsDc>
|
||||
|
||||
void adsorbtion(const PolyC& c, const PolyC& cmax, CAds& cads, DCAdsDc& dcadsdc) {
|
||||
cads = polyprops_.adsorbtionWithDer(c, cmax, &dcadsdc);
|
||||
void adsorption(const PolyC& c, const PolyC& cmax, CAds& cads, DCAdsDc& dcadsdc) {
|
||||
cads = polyprops_.adsorptionWithDer(c, cmax, &dcadsdc);
|
||||
}
|
||||
|
||||
const std::vector<double> porosity() const {
|
||||
|
||||
Reference in New Issue
Block a user