From 9ca0a13f04cf17cf7195682d1bf7a48fd89defce Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Tue, 12 Dec 2023 11:11:12 -0600 Subject: [PATCH] fix(connectionbuilder): change continue to cycle (#1497) --- src/Model/Connection/ConnectionBuilder.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Connection/ConnectionBuilder.f90 b/src/Model/Connection/ConnectionBuilder.f90 index 7fbe65b5fc0..c38270385d0 100644 --- a/src/Model/Connection/ConnectionBuilder.f90 +++ b/src/Model/Connection/ConnectionBuilder.f90 @@ -107,7 +107,7 @@ subroutine processExchanges(this, exchanges, newConnections) conEx => GetDisConnExchangeFromList(exchanges, iex) if (.not. associated(conEx)) then ! if it is not DisConnExchangeType, we can skip it - continue + cycle end if ! for now, if we have XT3D on the interface, we use a connection,