##// END OF EJS Templates

File last commit:

r99:a87a6795637a
r99:a87a6795637a
Show More
CorrelationProcessor.py
22 lines | 287 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class CorrelationProcessor:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
m_Correlation= Correlation()
m_Voltage= Voltage()