mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-06 12:28:34 -06:00
Provide a static member variable Name for all OpenSpaceModules
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
namespace openspace {
|
||||
|
||||
FieldlinesModule::FieldlinesModule()
|
||||
: OpenSpaceModule("Fieldlines")
|
||||
: OpenSpaceModule(Name)
|
||||
{}
|
||||
|
||||
void FieldlinesModule::internalInitialize() {
|
||||
|
||||
Reference in New Issue
Block a user