We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0a3e6 commit 2fa820bCopy full SHA for 2fa820b
procedures/CodeBrowser.ipf
@@ -592,12 +592,14 @@ End
592
// Parses all procedure windows and write into the decl and line waves
593
Function/S parseProcedure(procedure, [checksumIsCalculated])
594
STRUCT procedure &procedure
595
- Variable checksumIsCalculated
+ Variable checkSumIsCalculated
596
597
if(ParamIsDefault(checksumIsCalculated))
598
- checksumIsCalculated = 0
+ checkSumIsCalculated = 0
599
+ endif
600
+ if(!checkSumIsCalculated)
601
+ DebugPrint("CheckSum needs to be calculated")
602
endif
- DebugPrint("Checksum recalc:" + num2str(checksumIsCalculated))
603
604
// start timer
605
Variable timer = timerStart()
0 commit comments