def __init__ (   self  ) 

Construct the function instance, and create an empty cache

Definition at line 38 of file voigt_profile.py.

00038                       :
00039         ##
00040         ## This is a cache which is used to store the most recently computed data grids, so similar computations can be done very quickly.
00041         self.saved_params=(0,0, None, None, None, None) #k_points, xfullwidth, kvals, xvals, k2, cosarray, x2
00042 
    ##


Generated on Wed Nov 21 10:18:33 2007 for analysis by  doxygen 1.5.4