Skip to content

Commit 4d39713

Browse files
committed
fix broken line
1 parent 7eade54 commit 4d39713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/chapters/chapter3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ method to the *InitializeSimulation* class:
147147
box_boundaries[dim] = -L/2, L/2
148148
dim += 1
149149
self.box_boundaries = box_boundaries
150-
box_size = np.diff(self.box_boundaries).reshape(self.dimension)
150+
box_size = np.diff(self.box_boundaries).reshape(3)
151151
box_geometry = np.array([90, 90, 90])
152152
self.box_size = np.array(box_size.tolist()+box_geometry.tolist())
153153

0 commit comments

Comments
 (0)