Changeset 2297

Show
Ignore:
Timestamp:
07/05/2007 04:45:24 PM (18 months ago)
Author:
guyer
Message:

It's not clear that the MayaviDistanceViewer ever worked, and it's not
used anywhere.

Location:
trunk/fipy/viewers/mayaviViewer
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/fipy/viewers/mayaviViewer/__init__.py

    r1933 r2297  
    22 
    33from mayaviViewer import MayaviViewer 
    4 from mayaviDistanceViewer import MayaviDistanceViewer 
    54from mayaviSurfactantViewer import MayaviSurfactantViewer 
    65 
    7 __all__ = ["MayaviViewer", "MayaviDistanceViewer", "MayaviSurfactantViewer"] 
     6__all__ = ["MayaviViewer", "MayaviSurfactantViewer"] 
    87 
    98def make(vars, title = None, limits = None): 
  • trunk/fipy/viewers/mayaviViewer/mayaviSurfactantViewer.py

    r2274 r2297  
    77 #  FILE: "mayaviSurfactantViewer.py" 
    88 #                                    created: 7/29/04 {10:39:23 AM}  
    9  #                                last update: 1/12/06 {8:24:28 PM} 
     9 #                                last update: 7/5/07 {5:03:50 PM} 
    1010 #  Author: Jonathan Guyer <guyer@nist.gov> 
    1111 #  Author: Daniel Wheeler <daniel.wheeler@nist.gov> 
     
    5858    def __init__(self, distanceVar, surfactantVar=None, levelSetValue=0., limits=None, title=None, smooth=0, zoomFactor=1., animate=False): 
    5959        """ 
    60         Create a `MayaviDistanceViewer`. 
     60        Create a `MayaviSurfactantViewer`. 
    6161         
    6262            >>> from fipy import *