Commit 70b50f11 authored by guillaume.garbay's avatar guillaume.garbay
Browse files

No commit message

No commit message
1 merge request!1Add Svn history
Showing with 4 additions and 4 deletions
+4 -4
File added
No preview for this file type
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</pikelake.Marnage> </pikelake.Marnage>
<pikelake.pikes.PikeMovement> <pikelake.pikes.PikeMovement>
<basicMovingRate>2</basicMovingRate> <!-- basicMovingRate>2</basicMovingRate-->
</pikelake.pikes.PikeMovement> </pikelake.pikes.PikeMovement>
<pikelake.pikes.PikeTrackLocation> <pikelake.pikes.PikeTrackLocation>
......
...@@ -219,7 +219,7 @@ public class Movement2DWithinShapeObserver extends ObserverListener implements C ...@@ -219,7 +219,7 @@ public class Movement2DWithinShapeObserver extends ObserverListener implements C
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
protected synchronized void paintComponent(Graphics g) { protected synchronized void paintComponent (Graphics g) {
super.paintComponents(g); super.paintComponents(g);
Graphics2D g2d = (Graphics2D)g; Graphics2D g2d = (Graphics2D)g;
// determine if generalPath must be rescaled // determine if generalPath must be rescaled
......
...@@ -13,8 +13,8 @@ import fr.cemagref.simaqualife.pilot.Pilot; ...@@ -13,8 +13,8 @@ import fr.cemagref.simaqualife.pilot.Pilot;
public class PikeMovement extends LoopAquaNismsGroupProcess<Pike, PikesGroup> { public class PikeMovement extends LoopAquaNismsGroupProcess<Pike, PikesGroup> {
@SuppressWarnings("unused") //@SuppressWarnings("unused")
private double basicMovingRate; //private double basicMovingRate;
transient private UniformGen uniformGen; transient private UniformGen uniformGen;
public PikeMovement (Pilot pilot) { public PikeMovement (Pilot pilot) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment