mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Code cleanup
Remove warnings from multiresvolume module
This commit is contained in:
@@ -58,7 +58,9 @@ documentation::Documentation TimeFrame::Documentation() {
|
||||
};
|
||||
}
|
||||
|
||||
std::unique_ptr<TimeFrame> TimeFrame::createFromDictionary(const ghoul::Dictionary& dictionary) {
|
||||
std::unique_ptr<TimeFrame> TimeFrame::createFromDictionary(
|
||||
const ghoul::Dictionary& dictionary)
|
||||
{
|
||||
documentation::testSpecificationAndThrow(Documentation(), dictionary, "TimeFrame");
|
||||
|
||||
const std::string timeFrameType = dictionary.value<std::string>(KeyType);
|
||||
|
||||
Reference in New Issue
Block a user