https://mooseframework.inl.gov
Loading...
Searching...
No Matches
reactor
unit
src
Functions
main.C File Reference
Go to the source code of this file.
Functions
GTEST_API_
int
main
(
int
argc, char **argv)
Function Documentation
◆
main()
GTEST_API_
int
main
(
int
argc
,
char **
argv
)
Definition at line
24
of file
main.C
.
25
{
26
// gtest removes (only) its args from argc and argv - so this must be before moose init
27
testing::InitGoogleTest(&argc, argv);
28
29
MooseInit
init
(argc, argv);
30
registerApp(
ReactorUnitApp
);
31
Moose::_throw_on_error
=
true
;
32
Moose::_throw_on_warning
=
true
;
33
34
return
RUN_ALL_TESTS();
35
}
MooseInit
ReactorUnitApp
Definition
ReactorUnitApp.h:15
Moose::_throw_on_error
bool _throw_on_error
Moose::_throw_on_warning
bool _throw_on_warning
libMesh::TriangleWrapper::init
void init(triangulateio &t)
Generated on Fri Aug 21 2026 13:42:05 for https://mooseframework.inl.gov by
1.9.8