mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add some timing blocks
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#ifndef EWOMS_ECL_CP_GRID_VANGUARD_HH
|
||||
#define EWOMS_ECL_CP_GRID_VANGUARD_HH
|
||||
|
||||
#include <opm/common/TimingMacros.hpp>
|
||||
|
||||
#include <opm/models/common/multiphasebaseproperties.hh>
|
||||
|
||||
#include "eclbasevanguard.hh"
|
||||
@@ -182,6 +184,7 @@ protected:
|
||||
|
||||
void allocTrans() override
|
||||
{
|
||||
OPM_TIMEBLOCK(allocateTrans);
|
||||
globalTrans_.reset(new TransmissibilityType(this->eclState(),
|
||||
this->gridView(),
|
||||
this->cartesianIndexMapper(),
|
||||
|
||||
Reference in New Issue
Block a user