Skip to content

Commit ba397c5

Browse files
authored
Merge pull request #3582 from JanVogelsang/master-stopwatch-fix-noninvasive
Provide a non-invasive fix for the stopwatch issue
2 parents 2bd4e8b + a3a69aa commit ba397c5

File tree

4 files changed

+240
-333
lines changed

4 files changed

+240
-333
lines changed

nestkernel/nestmodule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include "node.h"
4848
#include "parameter.h"
4949
#include "spatial.h"
50+
#include "stopwatch_impl.h"
5051

5152
// Includes from sli:
5253
#include "arraydatum.h"

nestkernel/node_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include "model_manager_impl.h"
3737
#include "node.h"
3838
#include "secondary_event_impl.h"
39+
#include "stopwatch_impl.h"
3940
#include "vp_manager.h"
4041
#include "vp_manager_impl.h"
4142

0 commit comments

Comments
 (0)