![]() |
ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
|
#include "parser.h"

Go to the source code of this file.
Functions | |
| int | tclprint_to_result_ljgenIA (Tcl_Interp *interp, int i, int j) |
| int | tclcommand_inter_parse_ljgen (Tcl_Interp *interp, int part_type_a, int part_type_b, int argc, char **argv) |
| int tclcommand_inter_parse_ljgen | ( | Tcl_Interp * | interp, |
| int | part_type_a, | ||
| int | part_type_b, | ||
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 70 of file ljgen_tcl.c.
References ARG_IS_D, ARG_IS_I, ES_ERROR, and ljgen_set_params().
Referenced by tclcommand_inter_parse_non_bonded().
| int tclprint_to_result_ljgenIA | ( | Tcl_Interp * | interp, |
| int | i, | ||
| int | j | ||
| ) |
Definition at line 40 of file ljgen_tcl.c.
References get_ia_param(), IA_parameters::LJGEN_a1, IA_parameters::LJGEN_a2, IA_parameters::LJGEN_b1, IA_parameters::LJGEN_b2, IA_parameters::LJGEN_capradius, IA_parameters::LJGEN_cut, IA_parameters::LJGEN_eps, IA_parameters::LJGEN_offset, IA_parameters::LJGEN_shift, and IA_parameters::LJGEN_sig.
Referenced by tclprint_to_result_NonbondedIA().
1.7.5.1