Changeset dcf51d for molecuilder/src/periodentafel.cpp
- Timestamp:
- Jun 12, 2008, 7:13:43 PM (17 years ago)
- Children:
- 9185c8
- Parents:
- 364fc0
- File:
-
- 1 edited
-
molecuilder/src/periodentafel.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/periodentafel.cpp
r364fc0 rdcf51d 298 298 bool result = true; 299 299 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); 303 304 else 304 305 f.open(filename);
Note:
See TracChangeset
for help on using the changeset viewer.
