This commit is contained in:
Cintia Goncalves Machado
2021-08-04 13:35:21 +02:00
parent 830cb81620
commit 0427f45163

View File

@@ -35,7 +35,7 @@ void python::common::export_EclipseConfig(py::module& module)
.def("hasThresholdPressure", &SimulationConfig::useThresholdPressure )
.def("useCPR", &SimulationConfig::useCPR )
.def("hasDISGAS", &SimulationConfig::hasDISGAS )
.def("hasVAPOIL", &SimulationConfig::hasVAPOIL );
.def("hasVAPOIL", &SimulationConfig::hasVAPOIL )
.def("hasVAPWAT", &SimulationConfig::hasVAPWAT );
}