correction algo diffusion
This commit is contained in:
@@ -17,7 +17,6 @@ public class main {
|
||||
public static void main(String[] argv){
|
||||
Scheduler scheduler = new Scheduler(NB_CANAUX);
|
||||
CapteurImpl c = new CapteurImpl();
|
||||
c.setScheduler(scheduler.getScheculer());
|
||||
|
||||
DiffusionAtomique algoAtom = new DiffusionAtomique();
|
||||
algoAtom.capteur = c;
|
||||
|
||||
Reference in New Issue
Block a user