diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scattering.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scattering.c b/src/scattering.c index 433387d..c95f31e 100644 --- a/src/scattering.c +++ b/src/scattering.c @@ -16,7 +16,7 @@ static double xlo = -1.0; static double xhi = 1.0; -static size_t nx = 200; +static size_t nx = 1000; static double ylo = 0.0; static double yhi = 1.0; static size_t ny = 1000; |