Improve CMakeLists.txt

This commit is contained in:
2018-03-16 14:31:48 +01:00
parent c814d274d4
commit 40a60c02bb
2 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ ActivityAnimation::Color ActivityAnimation::colorBySign(float intensity)
} else {
return {1, 0, 0};
}
};
}
ActivityAnimation::ActivityAnimation(
const std::vector<std::pair<DType, std::pair<std::size_t, std::size_t>>> &interactions, const float *aPositions,