|
@ -17,9 +17,8 @@ Attractor::Attractor(const char* const fileName) { |
|
|
stfu::node system; |
|
|
stfu::node system; |
|
|
system.read(fileName); |
|
|
system.read(fileName); |
|
|
stfu::node attractor = system.getChild("AttractorKernel"); |
|
|
stfu::node attractor = system.getChild("AttractorKernel"); |
|
|
|
|
|
|
|
|
myAttractor = AttractorKernel::createAttractorKernel(attractor); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myAttractor = AttractorKernel::createAttractorKernel(attractor); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Attractor::~Attractor(){ |
|
|
Attractor::~Attractor(){ |
|
|