Skip to content

Commit

Permalink
Added units to density and thickness props
Browse files Browse the repository at this point in the history
Refs #10606
  • Loading branch information
DanNixon committed Nov 26, 2014
1 parent 6a8c264 commit dbf4ee9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -50,10 +50,10 @@ def PyInit(self):
doc='Sample chemical formula')

self.declareProperty(name='NumberDensity', defaultValue=0.1,
doc='Number denisty. Default=0.1')
doc='Number denisty (atoms/Angstrom^3). Default=0.1')

self.declareProperty(name='Thickness', defaultValue=0.1,
doc='Sample thickness. Default=0.1')
doc='Sample thickness (cm). Default=0.1')

self.declareProperty(WorkspaceProperty('OutputWorkspace', "", Direction.Output),
doc="The name of the output workspace.")
Expand Down

0 comments on commit dbf4ee9

Please sign in to comment.