mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-24 04:59:24 -06:00
Misnamed member variable: "tf" to "_transferFunction"
This commit is contained in:
@@ -293,7 +293,7 @@ bool TfBrickSelector::calculateBrickErrors() {
|
||||
std::vector<float> gradients = getTfGradients();
|
||||
if (!gradients.size()) return false;
|
||||
|
||||
size_t tfWidth = tf->width();
|
||||
size_t tfWidth = _transferFunction->width();
|
||||
unsigned int nHistograms = _tsp->numTotalNodes();
|
||||
_brickErrors = std::vector<float>(nHistograms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user