OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
AbstractFun.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: AbstractFun.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1.1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Class: AbstractFun
10 // This class is the abstract base for a single function to be adjusted
11 // to zero during matching.
12 //
13 // ------------------------------------------------------------------------
14 //
15 // $Date: 2000/03/27 09:33:43 $
16 // $Author: Andreas Adelmann $
17 //
18 // ------------------------------------------------------------------------
19 
20 #include "Match/AbstractFun.h"
21 
22 
23 // Class AbstractFun
24 // ------------------------------------------------------------------------
25 
27 {}
28 
29 
31 {}
virtual ~AbstractFun()
Definition: AbstractFun.cpp:30