Skip to content

Commit

Permalink
Minor geometry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbartos committed May 18, 2023
1 parent 6728ca7 commit 8201f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipedream_solver/nsuperlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def configure_hydraulic_geometry(self):
# Handle irregular geometries
_transect_inds = np.array([])
_transect_lens = np.array([])
_transect_codes = np.array([])
_transect_As = np.array([])
_transect_Bs = np.array([])
_transect_Pes = np.array([])
Expand Down Expand Up @@ -643,7 +644,6 @@ def orifice_hydraulic_geometry(self, u=None):
_g1_o = self._g1_o # Geometry 1 of link ik (vertical)
_g2_o = self._g2_o # Geometry 2 of link ik (horizontal)
_g3_o = self._g3_o # Geometry 3 of link ik (other)
_geom_factory_o = self._geom_factory_o
_geom_codes_o = self._geom_codes_o
n_o = self.n_o
_z_o = self._z_o
Expand Down

0 comments on commit 8201f67

Please sign in to comment.