Skip to content

Commit

Permalink
fixup! Update stochastic tools documentation to include getNextLocalRow
Browse files Browse the repository at this point in the history
  • Loading branch information
aeslaughter committed Nov 20, 2019
1 parent fa10d7e commit e1957d6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions framework/include/distributions/DistributionInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,14 @@ InputParameters validParams<DistributionInterface>();
/**
* Interface for objects that need to use distributions
*
* Inherit from this class at a very low level to make the getDistribution method
* available.
* Inherit from this class at a very low level to make the getDistribution method available.
*/
class DistributionInterface
{
public:

static InputParameters validParams();

/**
* @param params The parameters used by the object being instantiated. This
* class needs them so it can get the distribution named in the input file,
* but the object calling getDistribution only needs to use the name on the
* left hand side of the statement "distribution = dist_name"
*/
DistributionInterface(const MooseObject * moose_object);

///@{
Expand Down

0 comments on commit e1957d6

Please sign in to comment.