Skip to content
Snippets Groups Projects
Commit 519948c3 authored by Montaña Melgarejo,J.A. (Juliana)'s avatar Montaña Melgarejo,J.A. (Juliana)
Browse files

getPollution() in nbh is missing in the master

parent 807c86a5
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ public class Neighbourhood {
}
//test
@ScheduledMethod(start = 1, interval = 1, priority = 4, shuffle = true)
public void CalculatePollution() {
System.out.println(pollution);
......@@ -184,5 +185,6 @@ public class Neighbourhood {
public double getPollution() {
return pollution;
}
//test
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment