Fluid Shots can be entered and stored in the database
This commit is contained in:
@@ -40,7 +40,7 @@ public class Well {
|
||||
|
||||
/* CARDS */
|
||||
private Card currentCard;
|
||||
private Card[] cardStorage = new Card[100];
|
||||
public Card[] cardStorage = new Card[100];
|
||||
|
||||
// CONSTANTS
|
||||
private static double YM_STEEL = 30.5;
|
||||
@@ -333,6 +333,10 @@ public class Well {
|
||||
return frictionEstimate;
|
||||
}
|
||||
|
||||
public void setFrictionEstimate(double frictionEstimate) {
|
||||
this.frictionEstimate = frictionEstimate;
|
||||
}
|
||||
|
||||
public double getRodDepthTotal() {
|
||||
return rodDepthTotal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user