Skip to content

Commit 39addfe

Browse files
authored
Update spectr_sim.cpp
1 parent 98e23d8 commit 39addfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bbn_wave_freq_m5atomS3/data-sim/spectr_sim.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ const float g_std = 9.80665f; // standard gravity acceleration m/s²
2323

2424
using Eigen::Vector3f;
2525

26-
// ============================
2726
// Noise model
28-
// ============================
2927
struct NoiseModel {
3028
std::default_random_engine rng;
3129
std::normal_distribution<float> dist;

0 commit comments

Comments
 (0)