Mercurial > repos > marcel > caddsuite_linux_x86_64
view CADDSuite/data/OpenBabel/genheaders.sh @ 4:02c8570cde57
Uploaded
author | g2cmnty@test-web1.g2.bx.psu.edu |
---|---|
date | Tue, 28 Jun 2011 10:37:20 -0400 |
parents | bac3c274238f |
children |
line wrap: on
line source
#!/bin/sh ./bin2hex.pl aromatic.txt AromaticData >aromatic.h ./bin2hex.pl atomtyp.txt AtomTypeData >atomtyp.h ./bin2hex.pl bondtyp.txt BondTypeData >bondtyp.h ./bin2hex.pl element.txt ElementData >element.h ./bin2hex.pl isotope-small.txt IsotopeData ISOTOPE >isotope.h ./bin2hex.pl phmodel.txt PhModelData PHMODELDATA >phmodeldata.h ./bin2hex.pl resdata.txt ResidueData >resdata.h ./bin2hex.pl torlib.txt TorsionDefaults >torlib.h ./bin2hex.pl types.txt TypesData >types.h