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

View File

@@ -91,7 +91,7 @@ SceneGraphLightSource::SceneGraphLightSource(const ghoul::Dictionary& dictionary
{
addProperty(_intensity);
addProperty(_sceneGraphNodeReference);
documentation::testSpecificationAndThrow(Documentation(),
dictionary,
"SceneGraphLightSource");