summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/testpar/thdf5.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/testpar/thdf5.f90 b/fortran/testpar/thdf5.f90
index abb5797..7aa46f5 100644
--- a/fortran/testpar/thdf5.f90
+++ b/fortran/testpar/thdf5.f90
@@ -20,7 +20,7 @@
! Dataset dimensions
- INTEGER, PARAMETER :: DIM1 = 64, &
- DIM2 = 128
+ INTEGER, PARAMETER :: DIM1 = 120, &
+ DIM2 = 240
END MODULE THDF5