Skip to content

Commit

Permalink
reset polarization angle params, see #52
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Oct 31, 2024
1 parent b8cd431 commit 1620d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/photons/model/Laser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ export default class Laser {
*/
public reset(): void {
this.emissionRateProperty.reset();
this.customPolarizationAngleProperty.reset();
this.presetPolarizationDirectionProperty.reset();
}
}

Expand Down

0 comments on commit 1620d31

Please sign in to comment.