Skip to content
Snippets Groups Projects
Commit 20074896 authored by Andre Offringa's avatar Andre Offringa
Browse files

Move scripts

parent b63eaa45
No related branches found
No related tags found
No related merge requests found
......@@ -153,11 +153,12 @@ class ImageComparisonController {
data.JoinMask(_dataList[altMaskIndex].data);
} else if (orActive) {
data.SetMask(_dataList[0].data);
} else if (altActive)
} else if (altActive) {
data.SetMask(_dataList[altMaskIndex].data);
else
} else {
data.SetMasksToValue<false>();
}
}
MaskedHeatMap _plot;
bool _showPP, _showPQ, _showQP, _showQQ;
size_t _visualizedImage;
......
cd ..
cpplint --filter=-legal/copyright,-build/header_guard,-build/c++11 --verbose=5 --recursive --exclude=build --exclude=external --extensions=cpp,h .
cd scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment