From 25cef97465f0bfa8959663754e9243006324c81c Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 10:09:53 -0400 Subject: [PATCH] Nimbus L&F --- LA.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/LA.java b/LA.java index a667209..e1aac14 100644 --- a/LA.java +++ b/LA.java @@ -160,6 +160,7 @@ static cVector xformDir(cVector v, double mat[][]) { + new Exception().printStackTrace(); System.exit(0); cVector temp = new cVector(); xformDir(v, mat, temp); -- Gitblit v1.6.2