Skip to content

Commit

Permalink
Update TimeSteppedEnvironment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifred committed Sep 24, 2024
1 parent 40dbb81 commit 484438f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void stop() {
*/
protected void updateNumberOfAgents() {
try {
setNbAgs(getEnvironmentInfraTier().getRuntimeServices().getAgentsName().size());
setNbAgs(getEnvironmentInfraTier().getRuntimeServices().getAgentsQty());
} catch (RemoteException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit 484438f

Please sign in to comment.