Cleanup of mostly asset files

- Fixes for all files
 - constexpr cleanup
 - Cosmetic changes
 - Remove punctuation from the end of messages
This commit is contained in:
Alexander Bock
2022-07-28 17:21:59 +02:00
parent 0494343a58
commit 163ac4dcef
928 changed files with 2834 additions and 2858 deletions
@@ -185,7 +185,7 @@ void TfBrickSelector::selectBricks(int timestep, std::vector<int>& bricks) {
BrickSelection::SplitType childSplitType;
float childSplitPoints = splitPoints(childBrickIndex, childSplitType);
//std::cout << "Splitting spatially." << std::endl;
//std::cout << "Splitting spatially" << std::endl;
BrickSelection childSelection = bs.splitSpatially(
i % 2,
(i / 2) % 2, // abock: isn't this always 0?