Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4810ce

Browse files
committed
visibility fix
1 parent 9fe908e commit d4810ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/scattering/photo22/variant/pseudoscalar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::quantum::{*, relativistic::*};
44

55

66
pub struct PseudoscalarInvariantAmpl {
7-
h_photon: Helicity,
7+
pub h_photon: Helicity,
88
}
99

1010
impl InvariantAmplStates for PseudoscalarInvariantAmpl {}

src/scattering/photo22/variant/vector.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use crate::quantum::{*, relativistic::*};
44

55

66
pub struct VectorInvariantAmpl {
7-
h_photon: Helicity,
8-
h_vector: Helicity,
7+
pub h_photon: Helicity,
8+
pub h_vector: Helicity,
99
}
1010

1111
impl InvariantAmplStates for VectorInvariantAmpl {}

0 commit comments

Comments
 (0)