Skip to content

Commit 70debd9

Browse files
committed
Tcomm set to Tprog by default
1 parent c9abc7a commit 70debd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DefaultParameters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
T::DataType=Float32 # number format
44

55
Tprog::DataType=T # number format for prognostic variables
6-
Tcomm::DataType=T # number format for ghost-point copies
6+
Tcomm::DataType=Tprog # number format for ghost-point copies
77

88
# DOMAIN RESOLUTION AND RATIO
99
nx::Int=100 # number of grid cells in x-direction

0 commit comments

Comments
 (0)