Commit d0183a25 authored by Ozmen O's avatar Ozmen O
Browse files

Fixed the number of web servers in the loop that did not have any impact on the outputs

parent 71d70ca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ using namespace std;
using namespace adevs;

// Number of computers to connect via network **************************************************************
const int numComputers = 100;
const int numComputers = 8;

class FMUModel:
	public OneZoneOneZoneBuildingWeather
−4.38 MiB

File deleted.

−4.38 MiB

File deleted.

−4.38 MiB

File deleted.

−4.38 MiB

File deleted.

Loading