Skip to content

Commit 3305b91

Browse files
authored
Ifdef to if typo fix (#3844)
* Revert "Use CallFnAfter instead of CallOnConditionKeep (#3841)" This reverts commit 36890a0. * ifdef to if
1 parent 36890a0 commit 3305b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/charm++/periodic/periodic.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class main : public CBase_main {
3434
delete msg;
3535

3636
mProxy = thisProxy;
37-
#ifdef CALL_FN_AFTER
37+
#if CALL_FN_AFTER
3838
startTime = CkWallTimer();
3939
#else
4040
startTime = 0.0;

0 commit comments

Comments
 (0)