* adding comments to TODO
* improve the isotope-table
* fix the html-layout bug (we for some reasons defined
a width of 400 in the .css-file)
svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=424920
Isotope *isotope = new Isotope( neutrons, percentage, weight, halflife, format );
isolist.append( isotope );
- kdDebug() << "Neutrons: " << neutrons << " :: " << percentage << weight << halflife << format << endl;
}
Element *e = new Element();