Skip to content

Commit

Permalink
remove previous_laser_position_i_m_
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMochizuki committed Feb 16, 2024
1 parent f876222 commit 4d30aa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions s2e-ff/src/components/aocs/laser_emitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ class LaserEmitter : public Component, public GaussianBeamBase {

libra::Vector<3> laser_position_i_m_{0.0};
libra::Vector<3> laser_emitting_direction_i_{0.0};
libra::Vector<3> previous_laser_position_i_m_{0.0};
libra::Vector<3> previous_laser_emitting_direction_i_{0.0};

int count_ = 0;

Expand Down

0 comments on commit 4d30aa4

Please sign in to comment.