ASTP 1.1.0 Merge Development in Master #441

Merged
gaisser merged 265 commits from development into master 2021-06-29 14:11:46 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 75adf52d28 - Show all commits

View File

@ -68,7 +68,7 @@ private:
static ObjectManager* objManagerInstance;
};
/*Documentation can be found in the class method declaration above.*/
// Documentation can be found in the class method declaration above
template <typename T>
T* ObjectManager::get( object_id_t id ) {
SystemObjectIF* temp = this->getSystemObject(id);