[FEM] fix binary check
- the current implementation only considers explicitly given binaries (with full path) and ignores the setting to check the environment paths - also remove 2 trailing whitespaces
This commit is contained in:
@@ -248,7 +248,7 @@ class Results(run.Results):
|
||||
self._handleStedyStateResult()
|
||||
else:
|
||||
self._handleTransientResults()
|
||||
|
||||
|
||||
def _handleStedyStateResult(self):
|
||||
if self.solver.ElmerResult is None:
|
||||
self._createResults()
|
||||
@@ -351,7 +351,7 @@ class Results(run.Results):
|
||||
)
|
||||
self.solver.ElmerTimeResults = tmplist
|
||||
self._finishTimeResults(time, counter-1)
|
||||
|
||||
|
||||
def _finishTimeResults(self, time, counter):
|
||||
# we purposely use the decimal dot in the label
|
||||
self.solver.ElmerTimeResults[counter].Label\
|
||||
|
||||
Reference in New Issue
Block a user