Skip to content

Commit

Permalink
Removed a print statement in montecarlo.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitfold committed Nov 9, 2015
1 parent a856108 commit ce5c224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tardis/montecarlo/montecarlo.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def montecarlo_radial1d(model, runner, int_type_t virtual_packet_flag=0,
cdef np.ndarray[int_type_t, ndim=1] virt_packet_last_line_interaction_in_id = np.zeros(storage.virt_packet_count, dtype=np.int64)
cdef np.ndarray[int_type_t, ndim=1] virt_packet_last_line_interaction_out_id = np.zeros(storage.virt_packet_count, dtype=np.int64)
if LOG_VPACKETS != 0:
print "NOVPACKETS!"
for i in range(storage.virt_packet_count):
virt_packet_nus[i] = storage.virt_packet_nus[i]
virt_packet_energies[i] = storage.virt_packet_energies[i]
Expand Down

0 comments on commit ce5c224

Please sign in to comment.