From ff27f7e66038f48b63b076db16953912ee654337 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Mon, 13 Jun 2005 12:19:22 +0000 Subject: [PATCH] * 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 --- kalzium/src/element.cpp | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.47.3