Skip to content

Commit 80942e5

Browse files
committed
Fixed a mistake in example
Signed-off-by: Deepanshu <[email protected]>
1 parent 0c89125 commit 80942e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PhaseSpace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ or a phase-space given a range of mother particles and an output range.
5353
mothers[4] = (3.4406218104833015, -0.16339927010014546, 1.363729549941791, 0.6005257912194031)
5454
5555
phsp2 = hypy.PhaseSpace2(3.0969, [0.1056583745, 0.1056583745])
56-
container = hypy.host_events_2(5)
56+
grand_daughter = hypy.host_events_2(5)
5757
phsp2.GenerateOnhost(mothers, grand_daughter)
5858
5959
for i in grand_daughter: print(i)

0 commit comments

Comments
 (0)