You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
There is not a real problem at the moment. I use CloudSim since 07/04/2014.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
cloudSim-3.0
Please provide any additional information below.
In file Datacenter.java at the line code number 389,400,656,678,827,862,888 is
called a method on host class:
.getVm(userId, vmId)
but the method in the file Host.java is defined as:
public Vm getVm(int vmId, int userId)
in the call userId e vmId are inverted.
I don't know if it's my mistake (I am a newbie on cloudSim) or the call
parameters are wrong.
Claudio Badii
Original issue reported on code.google.com by clo.ba...@gmail.com on 9 Apr 2014 at 10:31
The text was updated successfully, but these errors were encountered:
Sorry, I see the changelog of version 3.0.1 and this issue is the:
Fixed Issue #34: Call getVm(vmId, userId) Function had swaped parameters in
several parts of the Datacenter class.
Original comment by clo.ba...@gmail.com on 9 Apr 2014 at 1:43
Original issue reported on code.google.com by
clo.ba...@gmail.com
on 9 Apr 2014 at 10:31The text was updated successfully, but these errors were encountered: