~pypenelope-team/pypenelope/trunk

« back to all changes in this revision

Viewing changes to api/result/penepma2011/bremsstrahlung.py

  • Committer: ppinard
  • Date: 2012-04-12 12:08:44 UTC
  • Revision ID: ppinard-20120412120844-ql0osavkb0u9zymw
Clarify name of Bremsstrahlung spectrum. The name is now Generated Bremsstrahlung Spectrum.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    def __init__(self, path):
34
34
        PhotonSpectrum.__init__(self, self.FILENAME, path,
35
 
                                name="Bremsstrahlung",
 
35
                                name="Generated Bremsstrahlung Spectrum",
36
36
                                description="Probability of emission of bremsstrahlung photons")