![]() |
ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
|
contains code_info and version stuff. More...

Go to the source code of this file.
Functions | |
| static int | tclcommand_code_info_version (Tcl_Interp *interp) |
| static int | tclcommand_code_info_compilation (Tcl_Interp *interp) |
| callback for compilation status. | |
| int | tclcommand_code_info (ClientData data, Tcl_Interp *interp, int argc, char **argv) |
| Implements the Tcl command code_info. | |
contains code_info and version stuff.
Definition in file config_tcl.c.
| int tclcommand_code_info | ( | ClientData | data, |
| Tcl_Interp * | interp, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Implements the Tcl command code_info.
It provides information on the Version, Compilation status and the debug status of the used code. See config_tcl.c
Definition at line 47 of file config_tcl.c.
References tclcommand_code_info_compilation(), and tclcommand_code_info_version().
Referenced by register_tcl_commands().
| static int tclcommand_code_info_compilation | ( | Tcl_Interp * | interp | ) | [static] |
callback for compilation status.
Definition at line 35 of file config_tcl.c.
References FEATURES, i, and NUM_FEATURES.
Referenced by tclcommand_code_info().
| static int tclcommand_code_info_version | ( | Tcl_Interp * | interp | ) | [static] |
Definition at line 28 of file config_tcl.c.
References ESPRESSO_VERSION, and PACKAGE_NAME.
Referenced by tclcommand_code_info().
1.7.5.1