Skip to content

Commit

Permalink
Added explanation of what UniqueMode is
Browse files Browse the repository at this point in the history
Refs #7309
  • Loading branch information
arturbekasov committed Jul 25, 2013
1 parent 7267cb2 commit 4484dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/WorkspaceProperty.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ namespace Mantid
{
enum Type { Lock, NoLock };
};
/// Enumeration for uniqueness of property
/// Enumeration for uniqueness of property. If is Output workspace and is Unique,
/// will make property invalid if there is a workspace with the same name in the ADS
struct UniqueMode
{
enum Type { Unique, NonUnique};
Expand Down

0 comments on commit 4484dbd

Please sign in to comment.