Commit 805620f3 authored by Edgar Solomonik's avatar Edgar Solomonik
Browse files

Fixed bug with test_suite -n 2 involving zero-sized tensor

parent 4fce8300
......@@ -1056,6 +1056,7 @@ namespace CTF_int {
tsr = this;
if (tsr->has_zero_edge_len){
*num_pair = 0;
*mapped_data = NULL;
return SUCCESS;
}
ASSERT(!tsr->is_folded);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment