File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
multi_physics/QED/python_bindings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ bw_evolve_optical_depth_wrapper(
554554 const REAL
555555 *p_energy_phot = nullptr , *p_chi_phot = nullptr ;
556556
557- size_t how_many = 0 ;
557+ int how_many = 0 ;
558558
559559 std::tie (
560560 how_many,
@@ -598,7 +598,7 @@ bw_generate_breit_wheeler_pairs_wrapper(
598598 *p_phot_px = nullptr , *p_phot_py = nullptr , *p_phot_pz = nullptr ,
599599 *p_unf_zero_one_minus_epsi;
600600
601- size_t how_many = 0 ;
601+ int how_many = 0 ;
602602
603603 std::tie (
604604 how_many,
@@ -760,7 +760,7 @@ qs_evolve_optical_depth_wrapper(
760760 const REAL
761761 *p_energy_part = nullptr , *p_chi_part = nullptr ;
762762
763- size_t how_many = 0 ;
763+ int how_many = 0 ;
764764
765765 std::tie (
766766 how_many,
@@ -802,7 +802,7 @@ qs_generate_photon_update_momentum_wrapper(
802802 const REAL
803803 *p_chi_part = nullptr , *p_unf_zero_one_minus_epsi = nullptr ;
804804
805- size_t how_many = 0 ;
805+ int how_many = 0 ;
806806
807807 std::tie (
808808 how_many,
You can’t perform that action at this time.
0 commit comments