Skip to content

Commit 1b8cd61

Browse files
odlomaxwdeconinck
andauthored
Update src/atlas/functionspace/PointCloud.cc
Co-authored-by: Willem Deconinck <wdeconinck@me.com>
1 parent 31777c5 commit 1b8cd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atlas/functionspace/PointCloud.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ void PointCloud::set_field_metadata(const eckit::Configuration& config, Field& f
513513
field.metadata().set("type", config.getString("type"));
514514
}
515515

516-
if (config.has("vector_component")) {
516+
if (config.has("vector_component")) {
517517
field.metadata().set("vector_component", config.getSubConfiguration("vector_component"));
518518
}
519519
}

0 commit comments

Comments
 (0)