Changeset 23b4aa


Ignore:
Timestamp:
Jul 9, 2008, 1:24:20 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
ed5f58
Parents:
207a3e
Message:

StoreKeySetFile(): removed unncessary iterator "ende" storing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.cpp

    r207a3e r23b4aa  
    22122212  bool status =  true;
    22132213  string line;
    2214   string::iterator ende;
    22152214
    22162215  // open KeySet file
     
    22182217  line.append("/");
    22192218  line += FRAGMENTPREFIX;
    2220   ende = line.end();
    22212219  line += KEYSETFILE;
    22222220  output.open(line.c_str(), ios::out);
     
    22432241  line.append("/");
    22442242  line += FRAGMENTPREFIX;
    2245   ende = line.end();
    22462243  line += TEFACTORSFILE;
    22472244  output.open(line.c_str(), ios::out);
Note: See TracChangeset for help on using the changeset viewer.