mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Change domain bounds into a non-optional parameter
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user