mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
d8dd982408
It complains about not finding a match for the pair<> template class, because the first parameter (this) is allegedly const. However, this isn't a const method, so I suspect it is a compiler bug. In order to move on, I slap on a harmless cast which will make this particular compiler happy, and which should have no effects elsewhere, but put it in a #if..#else..#endif macro to avoid warnings on others; hopefully this also makes it easier to spot and remove in the future. |
||
---|---|---|
.. | ||
InjectionSpecification.cpp | ||
InjectionSpecification.hpp | ||
ProductionSpecification.cpp | ||
ProductionSpecification.hpp | ||
WellCollection.cpp | ||
WellCollection.hpp | ||
WellsGroup.cpp | ||
WellsGroup.hpp | ||
WellsManager.cpp | ||
WellsManager.hpp |