Commit ed206a84 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot
Browse files

Add more friendly error message

parent b8edc196
...@@ -62,7 +62,7 @@ make_out_n_ho_wo_k_grid_desc(const index_t N, ...@@ -62,7 +62,7 @@ make_out_n_ho_wo_k_grid_desc(const index_t N,
} }
else else
{ {
throw std::runtime_error("wrong! unsupported layout"); throw std::runtime_error("wrong! unsupported layout: " + ALayout::name());
} }
} }
......
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