mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added destructor for WellContributionsOCLContainer
This commit is contained in:
parent
d236079173
commit
d653873735
@ -110,4 +110,8 @@ namespace bda
|
||||
applyStdWells(x, y);
|
||||
}
|
||||
}
|
||||
|
||||
WellContributionsOCLContainer::~WellContributionsOCLContainer(){
|
||||
toOrder.clear();
|
||||
}
|
||||
} // end namespace bda
|
||||
|
@ -52,7 +52,7 @@ namespace bda
|
||||
|
||||
public:
|
||||
WellContributionsOCLContainer() {};
|
||||
~WellContributionsOCLContainer() {};
|
||||
~WellContributionsOCLContainer();
|
||||
|
||||
void apply(cl::Buffer& x, cl::Buffer& y);
|
||||
void init(Opm::WellContributions &wellContribs, int Nb);
|
||||
|
Loading…
Reference in New Issue
Block a user