https://mooseframework.inl.gov
chemical_reactions
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
23
of file
main.C
.
24
{
25
// gtest removes (only) its args from argc and argv - so this must be before moose init
26
testing::InitGoogleTest(&argc, argv);
27
28
MooseInit
init
(argc, argv);
29
registerApp(
ChemicalReactionsApp
);
30
Moose::_throw_on_error
=
true
;
31
Moose::_throw_on_warning
=
true
;
32
33
return
RUN_ALL_TESTS();
34
}
MooseInit
init
void init(triangulateio &t)
ChemicalReactionsApp
Definition:
ChemicalReactionsApp.h:14
Moose::_throw_on_warning
bool _throw_on_warning
Moose::_throw_on_error
bool _throw_on_error
Generated on Thu Jul 17 2025 01:44:59 for https://mooseframework.inl.gov by
1.8.14