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

Description of workspaces in headers

Refs #23399
parent b758fd1f
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ the init() & exec() methods. ...@@ -18,8 +18,8 @@ the init() & exec() methods.
Required Properties: Required Properties:
<UL> <UL>
<LI> InputWorkspace1 - The name of the workspace </LI> <LI> LHSWorkspace - The name of the workspace </LI>
<LI> InputWorkspace2 - The name of the workspace </LI> <LI> RHSWorkspace - The name of the workspace </LI>
<LI> OutputWorkspace - The name of the workspace in which to store the division <LI> OutputWorkspace - The name of the workspace in which to store the division
data </LI> data </LI>
</UL> </UL>
......
...@@ -17,8 +17,8 @@ the init() & exec() methods. ...@@ -17,8 +17,8 @@ the init() & exec() methods.
Required Properties: Required Properties:
<UL> <UL>
<LI> InputWorkspace1 - The name of the workspace </LI> <LI> LSHWorkspace - The name of the workspace </LI>
<LI> InputWorkspace2 - The name of the workspace </LI> <LI> RHSWorkspace - The name of the workspace </LI>
<LI> OutputWorkspace - The name of the workspace in which to store the <LI> OutputWorkspace - The name of the workspace in which to store the
difference data </LI> difference data </LI>
</UL> </UL>
......
...@@ -18,8 +18,8 @@ the init()&+ exec() methods. ...@@ -18,8 +18,8 @@ the init()&+ exec() methods.
Required Properties: Required Properties:
<UL> <UL>
<LI> InputWorkspace1 - The name of the workspace </LI> <LI> LHSWorkspace - The name of the workspace </LI>
<LI> InputWorkspace2 - The name of the workspace </LI> <LI> RHSWorkspace - The name of the workspace </LI>
<LI> OutputWorkspace - The name of the workspace in which to store the product <LI> OutputWorkspace - The name of the workspace in which to store the product
data </LI> data </LI>
</UL> </UL>
......
...@@ -21,8 +21,8 @@ the init() & exec() methods. ...@@ -21,8 +21,8 @@ the init() & exec() methods.
Required Properties: Required Properties:
<UL> <UL>
<LI> InputWorkspace1 - The name of the workspace </LI> <LI> LHSWorkspace - The name of the workspace </LI>
<LI> InputWorkspace2 - The name of the workspace </LI> <LI> RHSWorkspace - The name of the workspace </LI>
<LI> OutputWorkspace - The name of the workspace in which to store the added <LI> OutputWorkspace - The name of the workspace in which to store the added
data </LI> data </LI>
</UL> </UL>
......
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