mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well allocation over time plot (#9655)
- Plot for showing well allocation over time. - Select time range - Option to exclude time steps in selected range - Possible value types: Flow rate, flow rate percentage, flow volume, accumulated flow volume, accumulated flow volume percentage - Group small contributors into group "Others"
This commit is contained in:
committed by
Magne Sjaastad
parent
3b93aaf25f
commit
05bf744197
@@ -172,7 +172,8 @@ void PdmObjectHandle::firstAncestorOrThisOfType( T*& ancestor ) const
|
||||
{
|
||||
ancestor = nullptr;
|
||||
|
||||
// Check if this matches the type
|
||||
// If compilation error occurs, include of header file for type T might be missing in calling
|
||||
// code resulting in invalid dynamic_cast
|
||||
|
||||
const T* objectOfTypeConst = dynamic_cast<const T*>( this );
|
||||
if ( objectOfTypeConst )
|
||||
|
||||
Reference in New Issue
Block a user