Skip to content
Snippets Groups Projects
Commit a4d23279 authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #4244 comments added

parent 7195dcb1
No related branches found
No related tags found
No related merge requests found
...@@ -256,6 +256,10 @@ void LineViewer::readTextboxes() ...@@ -256,6 +256,10 @@ void LineViewer::readTextboxes()
//----------------------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------------------
/** Perform the 1D integration using the current parameters. /** Perform the 1D integration using the current parameters.
* Note that the algorithm is executed asynchronously (in the background),
* so this method may return before the integrated line
* workspace is ready.
*
* @throw std::runtime_error if an error occurs. * @throw std::runtime_error if an error occurs.
* */ * */
void LineViewer::apply() void LineViewer::apply()
......
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