Skip to content
Snippets Groups Projects
Commit 41638a08 authored by Web Admin's avatar Web Admin
Browse files

debug for slices without coordinate systems

parent 04e934f0
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,9 @@ sub new {
if($coord_system->is_top_level()) {
throw('Cannot create slice on toplevel CoordSystem.');
}
} else {
warn("SLICE wo CS");
warn(stack_trace_dump());
}
$strand ||= 1;
......
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