Skip to content

Commit 8566901

Browse files
committed
Ignore missing connections in mulgrid mesh_json()
1 parent 99ae8e8 commit 8566901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t2data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ def mesh_json(self, geo, mesh_filename):
21302130
names = rnames
21312131
con = self.grid.connection[rnames]
21322132
else:
2133-
raise Exception ('Connection not found: ' + str(blknames))
2133+
continue
21342134
blkindices = [geo.block_name_index[blkname] -
21352135
geo.num_atmosphere_blocks for blkname in names]
21362136
laynames = [geo.layer_name(blkname) for blkname in names]

0 commit comments

Comments
 (0)