Skip to content

Commit

Permalink
update naming of package
Browse files Browse the repository at this point in the history
  • Loading branch information
linglejack06 committed Aug 28, 2024
1 parent 03eaaf9 commit 2a42b5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package coppercore.deadbandHelp;

public class Deadband {
// 1D Deadband in linear format
public static double oneAxisDeadband(double input, double deadband) {
Expand Down
4 changes: 2 additions & 2 deletions geometry/src/main/java/coppercore/FieldFinder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package coppercore.geometry
package coppercore.geometry;

import java.awt.geom.Line2D
import java.awt.geom.Line2D;

public class FieldFinder {

Expand Down

0 comments on commit 2a42b5b

Please sign in to comment.