Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Aug 27, 2019
1 parent 4fe6610 commit 2aaa4c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framework/include/interfaces/Coupleable.h
Expand Up @@ -642,7 +642,7 @@ class Coupleable
* vector variable with respect to the coefficients
*/
virtual const VariableValue & coupledVectorDotDu(const std::string & var_name,
unsigned int comp = 0);
unsigned int comp = 0);

/**
* Second time derivative of a coupled vector variable with respect to the coefficients
Expand All @@ -652,7 +652,7 @@ class Coupleable
* variable with respect to the coefficients
*/
virtual const VariableValue & coupledVectorDotDotDu(const std::string & var_name,
unsigned int comp = 0);
unsigned int comp = 0);

/**
* Time derivative of a coupled array variable
Expand Down
3 changes: 1 addition & 2 deletions framework/include/kernels/VectorCoupledTimeDerivative.h
Expand Up @@ -14,8 +14,7 @@
class VectorCoupledTimeDerivative;

template <>
InputParameters
validParams<VectorCoupledTimeDerivative>();
InputParameters validParams<VectorCoupledTimeDerivative>();

/**
* This calculates the time derivative for a coupled vector variable
Expand Down

0 comments on commit 2aaa4c6

Please sign in to comment.