GLYLIB  0.3.0b
identity_utilities.c
Go to the documentation of this file.
00001 /** \file identity_utilities.c
00002 *   Purpose:  Functions for figuring out what things are
00003 *   Begin 20110428 BLFoley
00004 *
00005 */
00006 #include <mylib.h>
00007 #include <molecules.h>
00008 
00009 void set_atom_element_best_guess(atom *a)
00010 {
00011 mywhine("the function set_atom_element_best_guess has not been written yet");
00012 return;
00013 }
 All Classes Files Functions Variables Typedefs Defines