Skip to content

Commit f4b1b58

Browse files
committed
PulseAveraging: Make more functions static
1 parent 9459b92 commit f4b1b58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Packages/MIES/MIES_PulseAveraging.ipf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ End
730730
/// Note: MIES_fWaveAverage() usually takes 5 times longer than CA_AveragingKey()
731731
///
732732
/// @returns wave reference to the average wave specified by @p outputDFR and @p outputWaveName
733-
Function/WAVE PA_Average(listOfWaves, outputDFR, outputWaveName)
733+
static Function/WAVE PA_Average(listOfWaves, outputDFR, outputWaveName)
734734
string listOfWaves
735735
DFREF outputDFR
736736
string outputWaveName
@@ -763,7 +763,7 @@ Function/WAVE PA_SmoothDeconv(input, deconvolution)
763763
return wv
764764
End
765765

766-
Function/WAVE PA_Deconvolution(average, outputDFR, outputWaveName, deconvolution)
766+
static Function/WAVE PA_Deconvolution(average, outputDFR, outputWaveName, deconvolution)
767767
WAVE average
768768
DFREF outputDFR
769769
string outputWaveName
@@ -906,7 +906,7 @@ Function PA_DeconvolutionIsActive(win)
906906
End
907907

908908
/// @brief Update deconvolution traces in Sweep Plots
909-
Function PA_UpdateSweepPlotDeconvolution(win, show)
909+
static Function PA_UpdateSweepPlotDeconvolution(win, show)
910910
string win
911911
variable show
912912

@@ -983,7 +983,7 @@ End
983983
/// traces are plotted on the diagonal graphs/axes of the PA graph(s).
984984
///
985985
/// @param refTraces list of graph#trace entries as reference for time alignment
986-
Function PA_AutomaticTimeAlignment(refTraces)
986+
static Function PA_AutomaticTimeAlignment(refTraces)
987987
string refTraces
988988

989989
string graphtrace

0 commit comments

Comments
 (0)