Skip to content

Commit

Permalink
Take out neutronics for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-korous committed Aug 6, 2014
1 parent e4c88a8 commit dfef7a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CMake.vars.example.Linux
Expand Up @@ -29,7 +29,6 @@ SET(WITH_2d-advanced YES)
SET(WITH_maxwell YES)
SET(WITH_navier-stokes YES)
SET(WITH_nernst-planck YES)
SET(WITH_neutronics YES)
SET(WITH_richards YES)
SET(WITH_schroedinger YES)
SET(WITH_wave-equation YES)
Expand Down
1 change: 0 additions & 1 deletion CMake.vars.example.Windows
Expand Up @@ -27,7 +27,6 @@ SET(WITH_2d-advanced YES)
SET(WITH_maxwell YES)
SET(WITH_navier-stokes YES)
SET(WITH_nernst-planck YES)
SET(WITH_neutronics YES)
SET(WITH_richards YES)
SET(WITH_schroedinger YES)
SET(WITH_wave-equation YES)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ project(hermes-examples)
SET(WITH_maxwell YES)
SET(WITH_navier-stokes YES)
SET(WITH_nernst-planck YES)
SET(WITH_neutronics YES)
SET(WITH_neutronics NO)
SET(WITH_richards YES)
SET(WITH_schroedinger YES)
SET(WITH_wave-equation YES)
Expand Down

0 comments on commit dfef7a3

Please sign in to comment.