Skip to content
Snippets Groups Projects
Commit fba92bd9 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

change simdir name

parent dda76726
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ if (Nz == 1)
gridname = ['L_',num2str(L),'_'];
else
resolution = [num2str(GRID.Nx),'x',num2str(GRID.Ny/2),'x',num2str(GRID.Nz),'_'];
gridname = ['L_',num2str(L),'_q_',num2str(q),'_'];
gridname = ['L_',num2str(L),'_q0_',num2str(q0),'_'];
end
if (exist('PREFIX','var') == 0); PREFIX = []; end;
if (exist('SUFFIX','var') == 0); SUFFIX = []; end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment