Skip to content

Commit

Permalink
Added one more option for log boundary. Refs #7183.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jun 6, 2013
1 parent d746f85 commit 2dd8932
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ namespace Algorithms

vector<string> logboundoptions;
logboundoptions.push_back("Centre");
logboundoptions.push_back("other");
logboundoptions.push_back("Left");
logboundoptions.push_back("Other");
auto logvalidator = boost::make_shared<StringListValidator>(logboundoptions);
declareProperty("LogBoundary", "Centre", logvalidator,
"How to treat log values as being measured in the centre of time.");
Expand Down

0 comments on commit 2dd8932

Please sign in to comment.