Bug 111884

Summary: Parsererror in the molcalculator
Product: [Applications] kalzium Reporter: Carsten Niehaus <cniehaus>
Component: CalculatorAssignee: Kalzium Developers <kalzium>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Carsten Niehaus 2005-09-01 16:17:21 UTC
Version:            (using KDE KDE 3.4.90)
Installed from:    Compiled From Sources

(Co)2 --> calculated as Co3
(CoCo5)2 --> calculated as Co8

It seems that numbers are added and not multiplied.
Comment 1 Inge Wallin 2005-09-04 19:24:22 UTC
SVN commit 457090 by ingwa:

Fix bug 111884: Parsererror in the molcalculator

This patch rewrites the whole calculation of the contents of a
molecule.  It turned out to be a lot more complicated than expected.
Now it works flawlessly, though.

BUG: 111884


 M  +68 -111   molcalcwidget.cpp  
 M  +14 -30    molcalcwidget.h  
 M  +132 -83   moleculeparser.cpp  
 M  +57 -6     moleculeparser.h