Skip to content
Snippets Groups Projects
Commit 52cfeabb authored by Dan Vonk's avatar Dan Vonk Committed by Daniel Vonk
Browse files

Remove redundant p_coords in CUDA self vector scatter dev

parent ba3e1c8c
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!17Add CUDA backend
......@@ -69,7 +69,6 @@ protected:
// first = qvec index, second = atomindex
// Allocated by the data stager (must free ourselves)
coor_t *p_coordinates;
size_t coord_size_ = 0;
std::atomic<size_t> current_atomindex_ = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment