@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | { |
47 | 47 | $this->loadXML($filename); |
48 | 48 | |
49 | - if($outputFilename != null){ |
|
49 | + if ($outputFilename != null) { |
|
50 | 50 | $this->outputFilename = $outputFilename; |
51 | 51 | } |
52 | 52 | |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | $this->life->start($verbose); |
90 | 90 | |
91 | 91 | if ($this->life->isEnded()) { |
92 | - self::createXMLfromCells("data/".$this->outputFilename, $this->organisms->getCells(), $this->species, $this->iterations); |
|
92 | + self::createXMLfromCells("data/" . $this->outputFilename, $this->organisms->getCells(), $this->species, $this->iterations); |
|
93 | 93 | } |
94 | 94 | |
95 | 95 | return true; |