From a1d031412a01247beac12b724bc69f3b8bf379f5 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Tue, 26 Jul 2005 14:04:21 +0000 Subject: [PATCH] make the long ctor easier to look over svn path=/trunk/KDE/kdeedu/kalzium/src/isotope.h; revision=438898 --- kalzium/src/isotope.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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" ) -- 2.47.3