00001 /*************************************************************************** 00002 *cr 00003 *cr (C) Copyright 1995-2019 The Board of Trustees of the 00004 *cr University of Illinois 00005 *cr All Rights Reserved 00006 *cr 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * RCS INFORMATION: 00011 * 00012 * $RCSfile: TclMDFF.h,v $ 00013 * $Author: johns $ $Locker: $ $State: Exp $ 00014 * $Revision: 1.2 $ $Date: 2019/01/17 21:38:55 $ 00015 * 00016 *************************************************************************** 00017 * DESCRIPTION: 00018 * Tcl bindings for MDFF functions 00019 * 00020 ***************************************************************************/ 00021 00022 #ifndef TCLMDFF_H 00023 #define TCLMDFF_H 00024 00025 #include "VMDApp.h" 00026 #include <tcl.h> 00027 00028 int mdff_sim(VMDApp *app, int argc, Tcl_Obj * const objv[], Tcl_Interp *interp); 00029 int mdff_cc(VMDApp *app, int argc, Tcl_Obj * const objv[], Tcl_Interp *interp); 00030 00031 #endif