Skip to content

Commit 1332271

Browse files
committed
fixup
1 parent 1d68207 commit 1332271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/MIES/MIES_SweepFormula_PSX.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ static Function [variable baseline_t, variable baseline] PSX_CalculateEventBasel
625625
else
626626
string str
627627
sprintf str, "Can't handle kernelAmp of: %g\r", baseline_t //could be Nan, Inf, or zero
628-
ASSERT(0, str)
628+
ASSERT(baseline_t, str)
629629
ASSERT(isFinite(baseline_t), str)
630630
endif
631631

0 commit comments

Comments
 (0)