Merge branch 'master' of github.com:OpenSpace/OpenSpace into feature/data-management

This commit is contained in:
Emil Axelsson
2017-12-04 10:52:12 +01:00
175 changed files with 5984 additions and 4556 deletions
+1 -2
View File
@@ -1235,8 +1235,7 @@ uint32_t ParallelConnection::hash(const std::string& val) {
hashVal += (hashVal << 15);
return hashVal;
};
}
std::shared_ptr<ghoul::Event<>> ParallelConnection::connectionEvent() {
return _connectionEvent;