Skip to content

Commit

Permalink
fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Battista authored and Nick Battista committed Jan 28, 2020
1 parent 0337194 commit e3375e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFT_NS_Solver/MATLAB/FFT_NS_Solver.m
Expand Up @@ -34,7 +34,7 @@ function FFT_NS_Solver()
%
% Simulation Parameters
%
nu=1.0e-3; % kinematic viscosity (density/dynamic viscosity)
nu=1.0e-3; % kinematic viscosity (dynamic viscosity/density)
NX = 256; % # of grid points in x
NY = 256; % # of grid points in y
LX = 1; % 'Length' of x-Domain
Expand Down

0 comments on commit e3375e1

Please sign in to comment.