Just to take care of exception. will fix later
This commit is contained in:
parent
d01d928e54
commit
db8b41038b
1 changed files with 6 additions and 1 deletions
|
|
@ -146,7 +146,12 @@ public class ObjectiveSqureError extends Objective
|
|||
|
||||
odeSim.setTimeLimit(0);
|
||||
|
||||
odeSim.setupForNewRun(0);
|
||||
try {
|
||||
odeSim.setupForNewRun(0);
|
||||
} catch (IOException e) {
|
||||
// TODO fix this later
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
return new Result(sum);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue