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

BGQ - take away full dimension TORUS clause.

parent bc11252e
No related branches found
No related tags found
No related merge requests found
......@@ -839,6 +839,10 @@ extern char *set_bg_block(List results, select_ba_request_t* ba_request)
if ((ba_request->conn_type[dim] == SELECT_MESH)
&& (ba_geo_table->geometry[dim] == 1))
ba_request->conn_type[dim] = SELECT_TORUS;
/* else if ((ba_request->conn_type[dim] == SELECT_MESH) */
/* && (ba_geo_table->geometry[dim] */
/* == DIM_SIZE[dim])) */
/* ba_request->conn_type[dim] = SELECT_TORUS; */
}
itr = list_iterator_create(main_mps);
......
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