Skip to content

Commit

Permalink
Merge branch 'ls-v1.6' of github.com:Loop3D/LoopStructural into ls-v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed May 9, 2024
2 parents 0d0e94f + f173e51 commit 8f89b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/datatypes/_bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def regular_grid(
y = np.linspace(self.origin[1], self.maximum[1], nsteps[1])
z = np.linspace(self.origin[2], self.maximum[2], nsteps[2])
if not local:

x = np.linspace(self.global_origin[0], self.global_maximum[0], nsteps[0])
y = np.linspace(self.global_origin[1], self.global_maximum[1], nsteps[1])
z = np.linspace(self.global_origin[2], self.global_maximum[2], nsteps[2])
Expand Down

0 comments on commit 8f89b2b

Please sign in to comment.