Initial project commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.eveningoutpost.dexdrip.Models;
|
||||
|
||||
/**
|
||||
* Created by jamorham on 04/01/16.
|
||||
*/
|
||||
public class CobCalc {
|
||||
double initialCarbs;
|
||||
double decayedBy;
|
||||
double isDecaying;
|
||||
double carbTime;
|
||||
}
|
||||
Reference in New Issue
Block a user