Skip to content

Commit

Permalink
Fix build for configuration setting ATLAS_BITS_LOCAL=64 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel authored Mar 25, 2024
1 parent 7e1134a commit 3bcbdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/functionspace/PointCloud.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ void PointCloud::setupGatherScatter() {
array::make_view<idx_t, 1>(remote_index_).data(),
REMOTE_IDX_BASE,
array::make_view<gidx_t, 1>(global_index_).data(),
array::make_view<idx_t, 1>(ghost_).data(),
array::make_view<int, 1>(ghost_).data(),
ghost_.size());
size_global_ = gather_scatter_->glb_dof();
}
Expand Down

0 comments on commit 3bcbdb8

Please sign in to comment.