ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
bmhtf-nacl_tcl.h
Go to the documentation of this file.
00001 /*
00002   Copyright (C) 2010,2011,2012,2013 The ESPResSo project
00003   Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 
00004     Max-Planck-Institute for Polymer Research, Theory Group
00005   
00006   This file is part of ESPResSo.
00007   
00008   ESPResSo is free software: you can redistribute it and/or modify
00009   it under the terms of the GNU General Public License as published by
00010   the Free Software Foundation, either version 3 of the License, or
00011   (at your option) any later version.
00012   
00013   ESPResSo is distributed in the hope that it will be useful,
00014   but WITHOUT ANY WARRANTY; without even the implied warranty of
00015   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016   GNU General Public License for more details.
00017   
00018   You should have received a copy of the GNU General Public License
00019   along with this program.  If not, see <http://www.gnu.org/licenses/>. 
00020 */
00021 #ifndef BMHTF_NACL_TCL_H
00022 #define BMHTF_NACL_TCL_H
00023 /** \file bmhtf-nacl_tcl.h
00024  * Tcl interface for \ref bmhtf-nacl.h
00025  */
00026 
00027 #include "parser.h"
00028 
00029 #ifdef BMHTF_NACL
00030 
00031 ///
00032 int tclprint_to_result_BMHTFIA(Tcl_Interp *interp, int i, int j);
00033 ///
00034 int tclcommand_inter_parse_BMHTF(Tcl_Interp * interp,
00035                                  int part_type_a, int part_type_b,
00036                                  int argc, char ** argv);
00037 #endif
00038 
00039 #endif