Skip to content

Commit a808e32

Browse files
committed
Cleanup.
1 parent 28d29d5 commit a808e32

5 files changed

Lines changed: 10 additions & 15 deletions

File tree

src/react/propagation/ELMEngine.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
#include "react/common/Types.h"
1515
#include "react/common/GraphData.h"
1616

17-
////////////////////////////////////////////////////////////////////////////////////////
18-
REACT_IMPL_BEGIN
17+
/*********************************/ REACT_IMPL_BEGIN /*********************************/
1918
namespace elm {
2019

2120
////////////////////////////////////////////////////////////////////////////////////////
@@ -166,4 +165,4 @@ template class EngineBase<Turn>;
166165
template class EngineBase<DefaultQueueableTurn<Turn>>;
167166

168167
} // ~namespace elm
169-
REACT_IMPL_END
168+
/**********************************/ REACT_IMPL_END /**********************************/

src/react/propagation/FloodingEngine.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
#include "react/propagation/FloodingEngine.h"
88

9-
////////////////////////////////////////////////////////////////////////////////////////
10-
REACT_IMPL_BEGIN
9+
/*********************************/ REACT_IMPL_BEGIN /*********************************/
1110
namespace flooding {
1211

1312
////////////////////////////////////////////////////////////////////////////////////////
@@ -170,4 +169,4 @@ template class EngineBase<Turn>;
170169
template class EngineBase<DefaultQueueableTurn<Turn>>;
171170

172171
} // ~namespace flooding
173-
REACT_IMPL_END
172+
/**********************************/ REACT_IMPL_END /**********************************/

src/react/propagation/PulseCountEngine.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
#include "react/common/Types.h"
1616

17-
////////////////////////////////////////////////////////////////////////////////////////
18-
REACT_IMPL_BEGIN
17+
/*********************************/ REACT_IMPL_BEGIN /*********************************/
1918
namespace pulsecount {
2019

2120
////////////////////////////////////////////////////////////////////////////////////////
@@ -208,4 +207,4 @@ template class EngineBase<Turn>;
208207
template class EngineBase<DefaultQueueableTurn<Turn>>;
209208

210209
} // ~namespace pulsecount
211-
REACT_IMPL_END
210+
/**********************************/ REACT_IMPL_END /**********************************/

src/react/propagation/SourceSetEngine.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#include "tbb/task_group.h"
1010

11-
////////////////////////////////////////////////////////////////////////////////////////
12-
REACT_IMPL_BEGIN
11+
/*********************************/ REACT_IMPL_BEGIN /*********************************/
1312
namespace sourceset {
1413

1514
// Todo
@@ -266,4 +265,4 @@ template class EngineBase<Turn>;
266265
template class EngineBase<DefaultQueueableTurn<Turn>>;
267266

268267
} // ~namespace sourceset
269-
REACT_IMPL_END
268+
/**********************************/ REACT_IMPL_END /**********************************/

src/react/propagation/TopoSortEngine.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
#include "react/propagation/TopoSortEngine.h"
88

9-
////////////////////////////////////////////////////////////////////////////////////////
10-
REACT_IMPL_BEGIN
9+
/*********************************/ REACT_IMPL_BEGIN /*********************************/
1110
namespace toposort {
1211

1312
////////////////////////////////////////////////////////////////////////////////////////
@@ -533,4 +532,4 @@ void PipeliningEngine::advanceTurn(PipeliningTurn& turn)
533532
}
534533

535534
} // ~namespace toposort
536-
REACT_IMPL_END
535+
/**********************************/ REACT_IMPL_END /**********************************/

0 commit comments

Comments
 (0)