]> Git trees. - libqmvoc.git/commitdiff
* adding isotope-date to data.xml
authorCarsten Niehaus <cniehaus@gmx.de>
Mon, 13 Jun 2005 12:19:22 +0000 (12:19 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Mon, 13 Jun 2005 12:19:22 +0000 (12:19 +0000)
* 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

kalzium/src/element.cpp

index a5cac175cad136008f964182e75322ad0c222c70..65e18d9abbdbec7f96c345782d65342723eab19e 100644 (file)
@@ -671,7 +671,6 @@ EList KalziumDataObject::readData(  QDomDocument &dataDocument )
 
                        Isotope *isotope = new Isotope( neutrons, percentage, weight, halflife, format );
                        isolist.append( isotope );
-                       kdDebug() << "Neutrons: " << neutrons << " :: " << percentage << weight << halflife << format << endl;
                }
        
                Element *e = new Element();