https://mooseframework.inl.gov
Loading...
Searching...
No Matches
main.C
Go to the documentation of this file.
1
2//* This file is part of the MOOSE framework
3//* https://mooseframework.inl.gov
4//*
5//* All rights reserved, see COPYRIGHT for full restrictions
6//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
7//*
8//* Licensed under LGPL 2.1, please see LICENSE for details
9//* https://www.gnu.org/licenses/lgpl-2.1.html
10#include "PeridynamicsTestApp.h"
11#include "MooseMain.h"
12
13// Begin the main program.
14int
15main(int argc, char * argv[])
16{
17 return Moose::main<PeridynamicsTestApp>(argc, argv);
18}
int main()