Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgaiser committed Jul 20, 2023
1 parent a22cc20 commit e47b072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void build() {

//System.out.println("PF::Constructed TrackingVolume: " + tracking.toString());

PSVacuumChamber chamber = new PSVacuumChamber("c_hamber", tracking, null);
PSVacuumChamber chamber = new PSVacuumChamber("chamber", tracking, null);
surveyVolumes.add(chamber);

//System.out.println("PF::Constructed PSVacuumChamber: " + chamber.toString());
Expand Down

0 comments on commit e47b072

Please sign in to comment.