diff --git a/src/cancergrowth/Cell.java b/src/cancergrowth/Cell.java index b6a904d..8059dca 100644 --- a/src/cancergrowth/Cell.java +++ b/src/cancergrowth/Cell.java @@ -13,7 +13,9 @@ import java.util.Scanner; /* * File Name: Cell.java * Created: Nov 7, 2018 - * Author: + * Author: Cole Deck and Phillip Augustynowicz + * + * Additional comments can be found in the document submitted by Phillip. */ public class Cell extends Object {