Code cleanup

Remove warnings from multiresvolume module
This commit is contained in:
Alexander Bock
2018-07-13 16:02:42 -04:00
parent c2cc2bab17
commit d0f3e5507a
40 changed files with 1622 additions and 1638 deletions
+3 -1
View File
@@ -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);