From 4398556167db7b646240643327ed450b60407b2a Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Tue, 22 Jan 2008 18:59:39 +0000 Subject: [PATCH] -1 will from now on used to say 'this element is not yet official'. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=764870 --- libscience/chemicaldataobject.h | 2 +- libscience/data/elements.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libscience/chemicaldataobject.h b/libscience/chemicaldataobject.h index 32ee21b..5e60214 100644 --- a/libscience/chemicaldataobject.h +++ b/libscience/chemicaldataobject.h @@ -68,7 +68,7 @@ class SCIENCE_EXPORT ChemicalDataObject nameOrigin/**< the origin of the name */, orbit/**< the quantumorbit of the element */, period/**< the period of the element */, - date/**< date of discovery of the element. When 0, the element has been known in ancient times. */, + date/**< date of discovery of the element. When 0, the element has been known in ancient times. When the value is -1 the element has not yet been officially recognized by the IUPAC */, discoverers/** The name of the discoverers, separated by semicolomns */, relativeAbundance/** The abundance, relative to 100 */, spin/**< The spin */, diff --git a/libscience/data/elements.xml b/libscience/data/elements.xml index 7dcc67b..bd82dc3 100644 --- a/libscience/data/elements.xml +++ b/libscience/data/elements.xml @@ -2623,6 +2623,7 @@ 0.95 0.00 0.12 d de + -1 113 @@ -2633,6 +2634,7 @@ 0.96 0.00 0.11 p ru,us + -1 114 @@ -2643,6 +2645,7 @@ 0.97 0.00 0.10 p ru,us + -1 115 @@ -2653,6 +2656,7 @@ 0.98 0.00 0.09 p ru,us + -1 116 @@ -2662,5 +2666,6 @@ 292.19979 0.99 0.00 0.08 p + -1 -- 2.47.3