svn path=/trunk/KDE/kdeedu/kalzium/src/element.h; revision=417103
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
*/
DENSITY,
BOILINGPOINT,
MELTINGPOINT,
- IE,
EN,
- IE2,
- DATE
+ DATE,
+ IE
};
m_BP,
m_EN,
m_Density,
- m_IE,
- m_IE2,
m_AR;
int m_number,