Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Dec 18, 2024
1 parent 27d1d13 commit 1c2e326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Packages/MIES/MIES_SweepFormula_PSX.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1807,11 +1807,11 @@ threadsafe static Function PSX_CalculateOnsetTime(WAVE sweepDataDiff, WAVE psxEv

#ifdef DEBUGGING_ENABLED
sprintf msg, "comboKey = %s\r", JWN_GetStringFromWaveNote(psxEvent, PSX_EVENTS_COMBO_KEY_WAVE_NOTE)
DEBUGPRINT(msg)
DEBUGPRINT_TS(msg)
sprintf msg, "index = %d, peak_t = %g, baseline_t = %g, slew rate = %g, slew rate time = %g\r", index, peak_t, baseline_t, slewRate, slewRate_t
DEBUGPRINT(msg)
DEBUGPRINT_TS(msg)
sprintf msg, "level = %g, [%g, %g]\r", level, slewRate_t, baseline_t
DEBUGPRINT(msg)
DEBUGPRINT_TS(msg)
#endif

// search backwards in time
Expand Down

0 comments on commit 1c2e326

Please sign in to comment.