Change domain bounds into a non-optional parameter

This commit is contained in:
Emil Axelsson
2018-05-04 20:29:06 +02:00
parent 46e54357cc
commit 49abff980f

View File

@@ -211,13 +211,13 @@ documentation::Documentation GenerateRawVolumeTask::documentation() {
{
KeyLowerDomainBound,
new DoubleVector3Verifier,
Optional::Yes,
Optional::No,
"A vector representing the lower bound of the domain"
},
{
KeyUpperDomainBound,
new DoubleVector3Verifier,
Optional::Yes,
Optional::No,
"A vector representing the upper bound of the domain"
}
}