General code cleanup (#3445)

This commit is contained in:
Alexander Bock
2024-10-10 09:49:02 +02:00
committed by GitHub
parent 125114cad5
commit ff345006d1
108 changed files with 938 additions and 1189 deletions

View File

@@ -59,6 +59,10 @@ namespace {
namespace openspace {
documentation::Documentation SyncModule::Documentation() {
return codegen::doc<Parameters>("module_sync");
}
SyncModule::SyncModule() : OpenSpaceModule(Name) {}
void SyncModule::internalInitialize(const ghoul::Dictionary& configuration) {