Skip to content
Snippets Groups Projects
Commit 0f4bffc3 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

RealDataPresenter: some throw -> ASSERT

parent a05f96df
No related branches found
No related tags found
1 merge request!1645some throw -> ASSERT; some shorter errmsgs (#411)
......@@ -62,7 +62,6 @@ QStringList RealDataPresenter::activePresentationList() const
result << "Reflectometry (Configuration)";
result << "Reflectometry (Graph only)";
} else
throw std::runtime_error(
"Error in RealDataPresenter::activePresentationList: unsupported data type");
ASSERT(false);
return result;
}
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