Changeset d982bb for molecuilder/src/molecules.cpp
- Timestamp:
- Apr 28, 2008, 11:36:11 AM (17 years ago)
- Children:
- 8efbfc
- Parents:
- 34d37c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
r34d37c rd982bb 1895 1895 cout << Verbose(1) << "Parsing the KeySet file ... "; 1896 1896 // open file and read 1897 sprintf(filename, "%s/%s%s", path, "BondFragment", "KeySets.dat");1897 sprintf(filename, "%s/%s%s", path, FRAGMENTPREFIX, KEYSETFILE); 1898 1898 KeySetFile.open(filename); 1899 1899 if (KeySetFile != NULL) { … … 1944 1944 bool status = true; 1945 1945 1946 sprintf(filename, "%s/%s%s", path, "BondFragment", "Adjacency.dat");1946 sprintf(filename, "%s/%s%s", path, FRAGMENTPREFIX, ADJACENCYFILE); 1947 1947 AdjacencyFile.open(filename); 1948 1948 cout << Verbose(1) << "Saving adjacency list ... "; … … 1979 1979 bool status = true; 1980 1980 1981 sprintf(filename, "%s/%s%s", path, "BondFragment", "Adjacency.dat");1981 sprintf(filename, "%s/%s%s", path, FRAGMENTPREFIX, ADJACENCYFILE); 1982 1982 File.open(filename); 1983 1983 *out << Verbose(1) << "Looking at bond structure stored in adjacency file and comparing to present one ...";
Note:
See TracChangeset
for help on using the changeset viewer.