Changeset 1454 for trunk/testDeriv.py


Ignore:
Timestamp:
Aug 2, 2014 11:55:12 AM (9 years ago)
Author:
vondreele
Message:

corrections to SC extinction - now better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testDeriv.py

    r1378 r1454  
    5050    def _init_ctrls(self, parent):
    5151        wx.Frame.__init__(self, name='testDeriv', parent=parent,
    52             size=wx.Size(460, 250),style=wx.DEFAULT_FRAME_STYLE, title='Test Derivatives')
     52            size=wx.Size(460, 250),style=wx.DEFAULT_FRAME_STYLE, title='Test Jacobian Derivatives')
    5353        self.testDerivMenu = wx.MenuBar()
    5454        self.File = wx.Menu(title='')
Note: See TracChangeset for help on using the changeset viewer.