From bfe0a361438347bd5cc94d55a732f55a44b7e262 Mon Sep 17 00:00:00 2001 From: odlomax Date: Mon, 10 Jun 2024 15:38:50 +0100 Subject: [PATCH] Undo default metadata set. --- .../interpolation/method/cubedsphere/CubedSphereBilinear.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc b/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc index b6e730b07..366df8cfe 100644 --- a/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc +++ b/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc @@ -33,9 +33,6 @@ void CubedSphereBilinear::do_setup(const FunctionSpace& source, const FunctionSp ATLAS_ASSERT(ncSource); ATLAS_ASSERT(target_); - // Add tile index metadata to target. - target_->metadata().set("tile index", std::vector{}); - // Enable or disable halo exchange. this->allow_halo_exchange_ = halo_exchange_;