R-Lum / RLumModel

Solving Ordinary Differential Equations to Understand Luminescence
GNU General Public License v3.0
5 stars 0 forks source link

Avoid direct access on RLum objects via @ #2

Closed RLumSK closed 8 years ago

RLumSK commented 8 years ago

Please avoid, whenever possible, a direct access on the RLum-objects. Use get_RLum() instead. This is much safer, even the S3 generics can be used.

RLumSK commented 8 years ago

Was done