From: Carsten Niehaus Date: Mon, 13 Jun 2005 12:19:22 +0000 (+0000) Subject: * adding isotope-date to data.xml X-Git-Tag: v3.80.2~300^2~107 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=ff27f7e66038f48b63b076db16953912ee654337;p=libqmvoc.git * adding isotope-date to data.xml * 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 --- diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index a5cac17..65e18d9 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -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();