Skip to content

Commit

Permalink
Remove SphericalVector::adjoint_ and use base class
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jun 10, 2024
1 parent b09c2a5 commit d31023e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class SphericalVector : public Method {
void do_setup(const Grid& source, const Grid& target, const Cache&) override;

eckit::LocalConfiguration interpolationScheme_{};
bool adjoint_{};

FunctionSpace source_{};
FunctionSpace target_{};
Expand Down

0 comments on commit d31023e

Please sign in to comment.