From de6b18db8226650cee9726c4694931bdc4b89fad Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 10 Jan 2021 23:49:28 -0800 Subject: Implement direcitonality UI --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index f6bdcb9..140d521 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -117,6 +117,7 @@ + -- cgit v1.2.3 From 8c55ca08881b59943bc9dda193107cc8a117cf69 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 18 Jan 2021 17:39:10 -0800 Subject: Refactor for new graph calculation method --- grapher/grapher.csproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 140d521..0216b8b 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -84,6 +84,10 @@ + + + + -- cgit v1.2.3 From 4faf0007c7c551fae8fd25fc7a98767070cb9244 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 18 Jan 2021 22:02:29 -0800 Subject: Directional works --- grapher/grapher.csproj | 1 - 1 file changed, 1 deletion(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 0216b8b..88e7752 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -83,7 +83,6 @@ - -- cgit v1.2.3