Skip to content

Commit

Permalink
remove photons and heavy ions for shieldhit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan2423 committed Dec 21, 2023
1 parent 24dd3ef commit e7a4794
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/Particle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ export const PARTICLE_TYPES = [
id: 11,
name: 'Kaon κ~'
},
{
id: 12,
name: 'Gamma radiation'
},
{
id: 15,
name: 'Muon µ-'
Expand All @@ -72,9 +68,5 @@ export const PARTICLE_TYPES = [
{
id: 24,
name: 'Helium-4'
},
{
id: 25,
name: 'Heavy ions'
}
] as const satisfies readonly ParticleType[];

0 comments on commit e7a4794

Please sign in to comment.