|
Gromacs
2026.0
|
#include "gmxpre.h"#include <cstdio>#include "gromacs/options/basicoptions.h"#include "gromacs/options/ioptionscontainer.h"#include "gromacs/selection/selection.h"#include "gromacs/selection/selectionoption.h"#include "gromacs/trajectoryanalysis/analysismodule.h"#include "gromacs/trajectoryanalysis/analysissettings.h"#include "gromacs/trajectoryanalysis/cmdlinerunner.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/vectypes.h"
Include dependency graph for test_selection.cpp:Testing/debugging tool for the selection engine.
Functions | |
| int | main (int argc, char *argv[]) |
| The main function for the selection testing tool. More... | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
The main function for the selection testing tool.
1.8.5