Rename DashboardGlobeLocation to DashboardItemGlobeLocation

Remove JSON from iswa module and use openspace one instead
Remove warnings
General code cleanup
This commit is contained in:
Alexander Bock
2018-07-05 12:00:32 -04:00
parent 1916190228
commit ef61dc8c16
56 changed files with 247 additions and 8482 deletions

View File

@@ -321,7 +321,7 @@ void RenderableTimeVaryingVolume::initializeGL() {
}
t.histogram = std::make_shared<Histogram>(0.f, 1.f, 100);
for (int i = 0; i < t.rawVolume->nCells(); ++i) {
for (size_t i = 0; i < t.rawVolume->nCells(); ++i) {
t.histogram->add(data[i]);
}