mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilWellModelGeneric: optionally instantiate for float
BlackoilWellModelRestart: optionally instantiate for float these need to be in the same commit due to circular dependencies
This commit is contained in:
@@ -1868,4 +1868,8 @@ updateInjFCMult(DeferredLogger& deferred_logger)
|
||||
|
||||
template class BlackoilWellModelGeneric<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class BlackoilWellModelGeneric<float>;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
@@ -269,4 +269,8 @@ loadRestartData(const data::Wells& rst_wells,
|
||||
|
||||
template class BlackoilWellModelRestart<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class BlackoilWellModelRestart<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user