Example #1
0
// /* Example: use of testAlgorithm
void testCut2S() {
  void callCut2S();
  testAlgorithmS("Running cut2S ...", callCut2S);
}
Example #2
0
// Example: use of testAlgorithmS
void testCut2() {
  void callCut2();
  testAlgorithmS("Running cut2 ...", callCut2);
} // end testCut2