Skip to content
Snippets Groups Projects
Commit bc11252e authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - make it if the geometry is 1 to always be TORUS, because that has

to be that way.
parent 16590af0
No related branches found
No related tags found
No related merge requests found
......@@ -837,7 +837,7 @@ extern char *set_bg_block(List results, select_ba_request_t* ba_request)
*/
for (dim=0; dim<cluster_dims; dim++) {
if ((ba_request->conn_type[dim] == SELECT_MESH)
&& (ba_geo_table->geometry[dim] == DIM_SIZE[dim]))
&& (ba_geo_table->geometry[dim] == 1))
ba_request->conn_type[dim] = SELECT_TORUS;
}
......
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