From 3cb6b3ea7993c523e3ea38fcc7c6683f4a5131f9 Mon Sep 17 00:00:00 2001 From: giesselmann <giesselmann@mathematik.tu-darmstadt.de> Date: Fri, 9 Jun 2023 07:06:58 +0200 Subject: [PATCH] fixed main function name --- main.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.m b/main.m index 2eccc83..91835ab 100644 --- a/main.m +++ b/main.m @@ -1,4 +1,4 @@ -function [uhatn]=nwwn03(N,T) +function [uhatn]=main(N,T) %Input parameters of simulation %N= number of cells @@ -1030,4 +1030,4 @@ end toc - save(['output' num2str(N) 'T' num2str(T) '.mat']) \ No newline at end of file + save(['output' num2str(N) 'T' num2str(T) '.mat']) -- GitLab