diff --git a/main.m b/main.m index 2eccc83cf968b4beaa9c48cc6aa9f21178df925a..91835ab6fb4ebc2fce5a299897d16728d14d053f 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'])