FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_init.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (c) 2019 FrontISTR Commons
3 * This software is released under the MIT License, see LICENSE.txt
4 *****************************************************************************/
5
6#ifndef HECMW_INIT_INCLUDED
7#define HECMW_INIT_INCLUDED
8
9extern int HECMW_init(int *argc, char ***argv);
10extern int HECMW_init_ex(int *argc, char ***argv, const char *ctrlfile);
11
12#endif
int HECMW_init(int *argc, char ***argv)
Definition: hecmw_init.c:24
int HECMW_init_ex(int *argc, char ***argv, const char *ctrlfile)
I/O and Utility.
Definition: hecmw_init.c:14