Skip to content

Commit

Permalink
Fix: Revert initialization of meniscus_ar to prevent edge case
Browse files Browse the repository at this point in the history
Signed-off-by: doluk <[email protected]>
  • Loading branch information
doluk committed Feb 5, 2025
1 parent 6fda532 commit 72a05ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/us_astfem_sim/us_astfem_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ US_Astfem_Sim::US_Astfem_Sim( QWidget* p, Qt::WindowFlags f )
setWindowTitle( "UltraScan3 Simulation Module" );
setPalette( US_GuiSettings::frameColor() );
init_simparams();
meniscus_ar = 5.8 + simparams.bottom_position - 7.2;
//meniscus_ar = 5.8 + simparams.bottom_position - 7.2;
stopFlag = false;
movieFlag = false;
save_movie = false;
Expand Down

0 comments on commit 72a05ee

Please sign in to comment.