| 76 | 
  | 
#include "openbabel/pdbformat.hpp" | 
| 77 | 
  | 
//#include "openbabel/povrayformat.hpp" | 
| 78 | 
  | 
//#include "openbabel/smilesformat.hpp" | 
| 79 | 
< | 
#include "openbabel/tinkerformat.hpp" | 
| 79 | 
> | 
//#include "openbabel/tinkerformat.hpp" | 
| 80 | 
  | 
#include "openbabel/xyzformat.hpp" | 
| 81 | 
  | 
 | 
| 82 | 
  | 
 | 
| 131 | 
  | 
    static OpenBabel::PDBFormat pdbFormatInstance; | 
| 132 | 
  | 
    //static OpenBabel::PovrayFormat povaryFormatInstance; | 
| 133 | 
  | 
    //static OpenBabel::SMIFormat smilesFormatInstance; | 
| 134 | 
< | 
    static OpenBabel::TinkerFormat tinkerFormatInstance; | 
| 134 | 
> | 
    //static OpenBabel::TinkerFormat tinkerFormatInstance; | 
| 135 | 
  | 
    static OpenBabel::XYZFormat xyzFormatInstance;     | 
| 136 | 
  | 
  } | 
| 137 | 
  | 
   |