Skip to content

Commit

Permalink
delete USECYCLUS for cycamore archetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbae11 committed Feb 15, 2018
1 parent 159f3fc commit 589b1f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
22 changes: 0 additions & 22 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,6 @@ CONFIGURE_FILE(recycle_version.h.in "${CMAKE_CURRENT_SOURCE_DIR}/recycle_version

SET(CYCLUS_CUSTOM_HEADERS "recycle_version.h")

USE_CYCLUS("recycle" "reactor")

USE_CYCLUS("recycle" "fuel_fab")

USE_CYCLUS("recycle" "mixer")

USE_CYCLUS("recycle" "enrichment")

USE_CYCLUS("recycle" "separations")

USE_CYCLUS("recycle" "sink")

USE_CYCLUS("recycle" "source")

USE_CYCLUS("recycle" "deploy_inst")

USE_CYCLUS("recycle" "manager_inst")

USE_CYCLUS("recycle" "growth_region")

USE_CYCLUS("recycle" "storage")

INSTALL_CYCLUS_MODULE("recycle" "" "NONE")

SET(TestSource ${recycle_TEST_CC} PARENT_SCOPE)
Expand Down
16 changes: 0 additions & 16 deletions src/recycle.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,4 @@

#include "recycle_version.h"

#include "batch_reactor.h"
#include "batch_reactor_tests.h"
#include "deploy_inst.h"
#include "enrichment.h"
#include "enrichment_tests.h"
#include "growth_region.h"
#include "growth_region_tests.h"
#include "inpro_reactor.h"
#include "inpro_reactor_tests.h"
#include "manager_inst.h"
#include "manager_inst_tests.h"
#include "sink.h"
#include "sink_tests.h"
#include "source.h"
#include "source_tests.h"

#endif // RECYCLE_SRC_RECYCLE_H_

0 comments on commit 589b1f8

Please sign in to comment.