From: David Faure Date: Wed, 7 Feb 2007 10:41:34 +0000 (+0000) Subject: config.h cleanup: kstars needs one for indi and kiten needs one for some c code which... X-Git-Tag: v3.80.3~70 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=92f2b8ddeafd65fbdf1101017ef25912ba7930dd;p=libqmvoc.git config.h cleanup: kstars needs one for indi and kiten needs one for some c code which might be 3rd party, but the rest of kdeedu doesn't need one. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=631182 --- diff --git a/libscience/compoundviewer/kalziumglhelperclasses.h b/libscience/compoundviewer/kalziumglhelperclasses.h index e6848a2..05f9242 100644 --- a/libscience/compoundviewer/kalziumglhelperclasses.h +++ b/libscience/compoundviewer/kalziumglhelperclasses.h @@ -72,7 +72,7 @@ struct MolStyle ATOMS_USE_FIXED_RADIUS, /**< render all atoms with the same, fixed radius (given by the m_atomRadiusFactor member, which is then interpreted as the radius itself) */ - ATOMS_USE_VAN_DER_WAALS_RADIUS, /**< render each atom with + ATOMS_USE_VAN_DER_WAALS_RADIUS /**< render each atom with its own van der Waals radius, multiplied by m_atomRadiusFactor */ } m_atomStyle;