From 8582ad5cfca2cd361829074c598910eae3b557a1 Mon Sep 17 00:00:00 2001 From: shark Date: Fri, 8 Feb 2019 15:46:46 +0000 Subject: [PATCH] add information --- src/cancergrowth/Cell.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {