Gromacs
2025.1
|
#include "gmxpre.h"
#include "gromacs/utility/init.h"
#include "config.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/fatalerror.h"
#include "gromacs/utility/gmxassert.h"
Implements functions from init.h.
Functions | |
void | gmx::init (int *argc, char ***argv) |
Initializes the GROMACS library. More... | |
void | gmx::finalize () |
Deinitializes the GROMACS library. More... | |