From bbeaea0d5af74ef959840496b32da0a7f02a611e Mon Sep 17 00:00:00 2001 From: "Cody, Jonathan William" Date: Tue, 27 Dec 2022 10:20:43 -0600 Subject: [PATCH] Rename costFun_NLL.m to Analyzer/costFun_NLL.m --- costFun_NLL.m => Analyzer/costFun_NLL.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename costFun_NLL.m => Analyzer/costFun_NLL.m (97%) diff --git a/costFun_NLL.m b/Analyzer/costFun_NLL.m similarity index 97% rename from costFun_NLL.m rename to Analyzer/costFun_NLL.m index d5a870a..dd435c7 100644 --- a/costFun_NLL.m +++ b/Analyzer/costFun_NLL.m @@ -151,4 +151,4 @@ cost = sum(TypeCosts) ;% total cost -end \ No newline at end of file +end