Skip to content

Commit

Permalink
pretty, clangy formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gridley committed Jul 6, 2017
1 parent bd13e2d commit ba2e937
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/kernels/FissionHeatSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

#include "Kernel.h"

/** 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 <>
InputParameters validParams<FissionHeatSource>();

/**
* 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 : public Kernel
{
public:
Expand Down

0 comments on commit ba2e937

Please sign in to comment.