Changeset 42:de27bb4769e2 for source


Ignore:
Timestamp:
Jan 10, 2008, 6:09:19 PM (17 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Added partial (per-species) Stark contributions. Mentioned jsGraphics in the
"About" dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r41 r42  
    142142    },
    143143    {
    144         name      : "Stark FWHM",
     144        name      : "Total Stark FWHM",
    145145        dimension : "energy",
    146146        nspecies  : 0,
     
    154154        section   : "spectroscopy",
    155155        formula   : "2*this.getQsHwhm(%s1)"
     156    },
     157    {
     158        name      : "Stark FWHM",
     159        dimension : "energy",
     160        nspecies  : 1,
     161        section   : "spectroscopy",
     162        formula   : "2*this.getQsHwhm(%s1)*this.getStarkQuasistaticity(%s1)"
    156163    },
    157164
     
    18781885           
    18791886            submenu.add(new qx.ui.menu.Separator);
    1880             btn = new qx.ui.menu.Button("Redraw plot",
     1887            btn = new qx.ui.menu.Button("Redraw Plot",
    18811888                "pf/image/tab-plot.png");
    18821889            btn.addEventListener("execute", this.drawCB, this);
     
    20022009                  '$Revision$.'                      +
    20032010                  '<p>Written by Evgeny Stambulchik.</p>'   +
    2004                   '<p>Using the Qooxdoo-' + qx.core.Version +
    2005                   ' toolkit.</p>';
     2011                  '<p>GUI built with the Qooxdoo-'          +
     2012                  qx.core.Version + ' toolkit.<br/>'        +
     2013                  'Using Walter Zorn jsGraphics for drawing.</p>';
    20062014
    20072015            var a = new qx.ui.basic.Atom(str);
Note: See TracChangeset for help on using the changeset viewer.