Skip to content

Commit 5ac7f95

Browse files
committed
Split up configGraph.{h,cc} into multiple files.
1 parent 3711fee commit 5ac7f95

File tree

9 files changed

+2790
-1187
lines changed

9 files changed

+2790
-1187
lines changed

src/sst/core/configGraph.cc

Lines changed: 665 additions & 602 deletions
Large diffs are not rendered by default.

src/sst/core/configGraph.h

Lines changed: 599 additions & 585 deletions
Large diffs are not rendered by default.

src/sst/core/model/Makefile.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
sst_core_sources += \
99
model/sstmodel.h \
1010
model/sstmodel.cc \
11+
model/configComponent.h \
12+
model/configComponent.cc \
13+
model/configStatistic.h \
14+
model/configStatistic.cc \
1115
model/element_python.h \
1216
model/element_python.cc \
1317
model/restart/sstcptmodel.h \

0 commit comments

Comments
 (0)