Ignore:
Timestamp:
Jun 12, 2008, 7:13:43 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
9185c8
Parents:
364fc0
Message:

StorePeriodentafel(): BUGFIX - there still was elements.db instead of define value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/periodentafel.cpp

    r364fc0 rdcf51d  
    298298  bool result = true;
    299299  ofstream f;
    300  
    301   if (filename == NULL)
    302     f.open("elements.db");
     300  char file[MAXSTRINGSIZE];
     301 
     302  if (filename == STANDARDELEMENTSDB)
     303    f.open(file);
    303304  else
    304305    f.open(filename);
Note: See TracChangeset for help on using the changeset viewer.