Open frankforte opened 3 years ago
This logic $this > isMPI2 is meaningless, and the response value will likely be wrong or empty. on line 1470, it should be $this->isMPI2
$this > isMPI2
$this->isMPI2
I expected to see a greater level of maintenance on this project. I am surprised to see a simple syntax error like this go ignored, when there is an open issue here and also a pull request with a suggested fix.
This logic
$this > isMPI2
is meaningless, and the response value will likely be wrong or empty. on line 1470, it should be$this->isMPI2