summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen
Unidiff
Diffstat (limited to 'noncore/apps/oxygen') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/apps/oxygen/psewidget.cpp b/noncore/apps/oxygen/psewidget.cpp
index 4f990b0..be5185b 100644
--- a/noncore/apps/oxygen/psewidget.cpp
+++ b/noncore/apps/oxygen/psewidget.cpp
@@ -4,3 +4,3 @@
4 begin : September 2002 4 begin : September 2002
5 copyright : ( C ) 2002 by Carsten Niehaus 5 copyright : ( C ) 2002, 2003 by Carsten Niehaus
6 email : cniehaus@handhelds.org 6 email : cniehaus@handhelds.org
@@ -153,3 +153,3 @@ void PSEWidget::position(int n, int& h, int& v)
153 //Potassium --> Uuo without La and Ac 153 //Potassium --> Uuo without La and Ac
154 if ((n >= 19 && n <= 56) || (n >= 72 && n <= 88) || n >= 104) 154 if ((n >= 19 && n <= 57) || (n >= 72 && n <= 89) || n >= 104)
155 for (int i = 1; i <= 18; i++) 155 for (int i = 1; i <= 18; i++)
@@ -183,3 +183,3 @@ void PSEWidget::position(int n, int& h, int& v)
183 //Lanthanum --> Lutetium and Actinum --> Lawrencium 183 //Lanthanum --> Lutetium and Actinum --> Lawrencium
184 if ((n >= 57 && n <= 71) || (n >= 89 && n <= 103)) 184 if ((n >= 58 && n <= 71) || (n >= 90 && n <= 103))
185 for (int i = 1; i <= 14; i++) 185 for (int i = 1; i <= 14; i++)
@@ -187,3 +187,3 @@ void PSEWidget::position(int n, int& h, int& v)
187 int f = n; 187 int f = n;
188 if (n > 56) 188 if (n > 57)
189 f = n-55; 189 f = n-55;
@@ -193,3 +193,3 @@ void PSEWidget::position(int n, int& h, int& v)
193 v = 290; 193 v = 290;
194 if (n >= 89) 194 if (n >= 90)
195 v=330; 195 v=330;