www.mooseframework.org
Functions
BCUserObject.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< BCUserObject > ()
 

Function Documentation

◆ validParams< BCUserObject >()

template<>
InputParameters validParams< BCUserObject > ( )

Definition at line 14 of file BCUserObject.C.

15 {
16  InputParameters params = validParams<GeneralUserObject>();
17  return params;
18 }