Commit 4356a017e6a4b73d7701b6c1ab384e2abc8e1a7f

Authored by glaville
1 parent db47aedc52
Exists in master

Cleanup warnings

Showing 2 changed files with 1 additions and 4 deletions Side-by-side Diff

src/mcmas/plugins/axb/AXBPlugin.java View file @ 4356a01
1 1 package mcmas.plugins.axb;
2 2  
3   -import java.util.Arrays;
4 3 import java.util.Random;
5 4  
6 5 import org.jocl.Pointer;
... ... @@ -9,7 +8,6 @@
9 8 import org.slf4j.Logger;
10 9 import org.slf4j.LoggerFactory;
11 10  
12   -import preypredator.PPGrid;
13 11 import mcmas.api.MCMASContext;
14 12 import mcmas.api.MCMASPlugin;
15 13 import mcmas.core.MCMCommandQueue;
src/mcmas/plugins/gridsearch/GridSearchPlugin.java View file @ 4356a01
... ... @@ -8,10 +8,9 @@
8 8 import org.slf4j.Logger;
9 9 import org.slf4j.LoggerFactory;
10 10  
11   -import preypredator.PreyPredator2;
12 11 import mcmas.api.MCMASContext;
13 12 import mcmas.api.MCMASPlugin;
14   -import mcmas.core.MCMChrono;
  13 +//import mcmas.core.MCMChrono;
15 14 import mcmas.core.MCMCommandQueue;
16 15 import mcmas.core.MCMContext;
17 16 import mcmas.core.MCMEvent;