Skip to content

Commit

Permalink
fission heat source comment moved to header docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gridley committed Jul 6, 2017
1 parent 2f6ef28 commit bd13e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion include/kernels/FissionHeatSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

#include "Kernel.h"

// Forward Declarations
/** This kernel will likely only be used with k-eigenvalue calculation mode
* with neutrons only, since the power is normalized in this case.
*/
class FissionHeatSource;

template <>
Expand Down
3 changes: 0 additions & 3 deletions src/kernels/FissionHeatSource.C
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* This kernel will likely only be used with k-eigenvalue calculation mode with
* neutrons only, since the power is normalized in this case. */

#include "FissionHeatSource.h"

template <>
Expand Down

0 comments on commit bd13e2d

Please sign in to comment.