ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/openbabel/typer.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/openbabel/typer.cpp (file contents):
Revision 2440 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 2450 by gezelter, Thu Nov 17 20:38:45 2005 UTC

# Line 52 | Line 52 | OBAtomTyper::OBAtomTyper()
52   OBAtomTyper::OBAtomTyper()
53   {
54      _init = false;
55 <    _dir = BABEL_DATADIR;
56 <    _envvar = "BABEL_DATADIR";
55 >    STR_DEFINE(_dir, FRC_PATH);
56 >    _envvar = "FORCE_PARAM_PATH";
57      _filename = "atomtyp.txt";
58      _subdir = "data";
59      _dataptr = AtomTypeData;
# Line 515 | Line 515 | OBAromaticTyper::OBAromaticTyper()
515   OBAromaticTyper::OBAromaticTyper()
516   {
517      _init = false;
518 <    _dir = BABEL_DATADIR;
519 <    _envvar = "BABEL_DATADIR";
518 >    STR_DEFINE(_dir, FRC_PATH);
519 >    _envvar = "FORCE_PARAM_PATH";
520      _filename = "aromatic.txt";
521      _subdir = "data";
522      _dataptr = AromaticData;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines