Skip to content

Commit

Permalink
Fix typo that lead to broken guide simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Apr 12, 2024
1 parent da3dabd commit 6735d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ccd/guide_simulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bool GuideSim::SetupParms()
int nbuf;
SetCCDParams(SimulatorSettingsNP[SIM_XRES].getValue(), SimulatorSettingsNP[SIM_YRES].getValue(), 16,
SimulatorSettingsNP[SIM_XSIZE].getValue(),
SimulatorSettingsNP[SIM_YRES].getValue());
SimulatorSettingsNP[SIM_YSIZE].getValue());

if (HasCooler())
{
Expand Down

0 comments on commit 6735d0d

Please sign in to comment.