Skip to content

Commit cf73406

Browse files
Added a few more variables that were dropped in merge
1 parent 849a11a commit cf73406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ module m_global_parameters
166166
#endif
167167
type(bounds_info) :: x_domain, y_domain, z_domain
168168
type(bounds_info) :: neighbor_domain_x, neighbor_domain_y, neighbor_domain_z
169-
integer :: ib_neighborhood_radius
169+
integer :: ib_neighborhood_radius, num_gbl_ibs, num_local_ibs
170170
$:GPU_DECLARE(create='[x_domain, y_domain, z_domain, neighbor_domain_x, neighbor_domain_y, neighbor_domain_z]')
171171
$:GPU_DECLARE(create='[down_sample]')
172172

0 commit comments

Comments
 (0)