From: Carsten Niehaus Date: Tue, 26 Jul 2005 14:04:21 +0000 (+0000) Subject: make the long ctor easier to look over X-Git-Tag: v3.80.2~300^2~18 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=a1d031412a01247beac12b724bc69f3b8bf379f5;p=libqmvoc.git make the long ctor easier to look over svn path=/trunk/KDE/kdeedu/kalzium/src/isotope.h; revision=438898 --- diff --git a/kalzium/src/isotope.h b/kalzium/src/isotope.h index ebd3050..43126a4 100644 --- a/kalzium/src/isotope.h +++ b/kalzium/src/isotope.h @@ -31,7 +31,23 @@ class Isotope { public: - Isotope( int neutrons, int protones, double percentage, double weight, double halflife, QString format, bool alphadecay, bool betaplusdecay, bool betaminusdecay, bool ecdecay, double alphapercentage, double betaminuspercentage, double betapluspercentage, double ecpercentage, double decayenergy, QString spin, QString magmoment); + Isotope( int neutrons, + int protones, + double percentage, + double weight, + double halflife, + QString format, + bool alphadecay, + bool betaplusdecay, + bool betaminusdecay, + bool ecdecay, + double alphapercentage, + double betaminuspercentage, + double betapluspercentage, + double ecpercentage, + double decayenergy, + QString spin, + QString magmoment); bool seconds() const{ if ( m_format == "seconds" )