did sumthing
This commit is contained in:
parent
4a8f72b897
commit
0ada7e07d2
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@ Attractor::Attractor(const char* const fileName) {
|
|||
stfu::node system;
|
||||
system.read(fileName);
|
||||
stfu::node attractor = system.getChild("AttractorKernel");
|
||||
|
||||
myAttractor = AttractorKernel::createAttractorKernel(attractor);
|
||||
|
||||
myAttractor = AttractorKernel::createAttractorKernel(attractor);
|
||||
}
|
||||
|
||||
Attractor::~Attractor(){
|
||||
|
|
Reference in a new issue