Skip to content
Snippets Groups Projects
Commit 4536f76d authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Do not overwrite the type of proxy when updating the type.

parent ac685af2
No related branches found
No related tags found
1 merge request!433Correct wrapping of multipoles in FFT task
......@@ -140,7 +140,7 @@ void proxy_addcell_in(struct proxy *p, struct cell *c, int type) {
if (p->cells_in[k] == c) {
/* Update the type */
p->cells_in_type[k] = type;
p->cells_in_type[k] |= type;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment