From cca75bbb815e2ac9bc8714846cfbc19aec0d2c99 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sun, 22 May 2005 20:08:06 +0000 Subject: [PATCH] make it much better: Make the menu work, show all colours svn path=/trunk/KDE/kdeedu/kalzium/src/element.h; revision=417103 --- kalzium/src/element.h | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/kalzium/src/element.h b/kalzium/src/element.h index 9a52fed..33e3394 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -256,20 +256,6 @@ class Element{ return m_AR; } - /** - * @return the first ionizationenergie of the element - */ - double ie() const { - return m_IE; - } - - /** - * @return the first ionizationenergie of the element - */ - double ie2() const { - return m_IE2; - } - /** * @return the meanweight of the element */ @@ -303,10 +289,9 @@ class Element{ DENSITY, BOILINGPOINT, MELTINGPOINT, - IE, EN, - IE2, - DATE + DATE, + IE }; @@ -338,8 +323,6 @@ class Element{ m_BP, m_EN, m_Density, - m_IE, - m_IE2, m_AR; int m_number, -- 2.47.3