Skip to content
Snippets Groups Projects
Commit f16d0f97 authored by Verena Reimund's avatar Verena Reimund
Browse files

Documentation: point data instead of distribution

Refs #22217
parent 141f23fa
No related branches found
No related tags found
No related merge requests found
...@@ -179,4 +179,4 @@ class SortXAxisTest(unittest.TestCase): ...@@ -179,4 +179,4 @@ class SortXAxisTest(unittest.TestCase):
DeleteWorkspace(sortedws) DeleteWorkspace(sortedws)
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
\ No newline at end of file
...@@ -15,7 +15,7 @@ are sorted in a consistent way with the x-axis. ...@@ -15,7 +15,7 @@ are sorted in a consistent way with the x-axis.
This algorithm is for use with small workspaces loaded. It is This algorithm is for use with small workspaces loaded. It is
particularly suitable for reformatting workspaces loaded via particularly suitable for reformatting workspaces loaded via
:ref:`LoadAscii <algm-LoadAscii>`. Input workspaces must be a distribution. :ref:`LoadAscii <algm-LoadAscii>`. Input workspaces must be point data.
.. categories:: .. categories::
......
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