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

typo

parent 27afc84e
Branches
Tags
No related merge requests found
......@@ -22,8 +22,8 @@ fprintf(fid,[' Ny = ', num2str(GRID.Ny),'\n']);
fprintf(fid,[' Ly = ', num2str(GRID.Ly),'\n']);
fprintf(fid,[' Nz = ', num2str(GRID.Nz),'\n']);
fprintf(fid,[' q0 = ', num2str(GRID.q0),'\n']);
fprintf(fid,[' shear = ', num2str(GRID.q0),'\n']);
fprintf(fid,[' eps = ', num2str(GRID.q0),'\n']);
fprintf(fid,[' shear = ', num2str(GRID.shear),'\n']);
fprintf(fid,[' eps = ', num2str(GRID.eps),'\n']);
fprintf(fid,'/\n');
fprintf(fid,'&OUTPUT_PAR\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment