| 1 | /*           Copyright (C) 2002-2003 by Gezelter's Group | 
| 2 | *This program is free software; you can redistribute it and/or modify | 
| 3 | *it under the terms of the GNU General Public License as published by | 
| 4 | *the Free Software Foundation version 2 of the License. | 
| 5 | * | 
| 6 | *This program is distributed in the hope that it will be useful, | 
| 7 | *but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| 8 | *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| 9 | *GNU General Public License for more details. | 
| 10 | * | 
| 11 | ************************************************************************ | 
| 12 | *Author: Teng Lin               Email:  tlin@nd.edu | 
| 13 | *Date: 08/13/2002               Version: 1.0 | 
| 14 | * | 
| 15 | ************************************************************************ | 
| 16 | *Description: | 
| 17 | * | 
| 18 | ***********************************************************************/ | 
| 19 | #ifndef fasmoleculeH | 
| 20 | #define fasmoleculeH | 
| 21 |  | 
| 22 | class TFASMolecule | 
| 23 | { | 
| 24 | public: | 
| 25 | TFASMolecule(); | 
| 26 | TFASMolecule(int index); | 
| 27 | ~TFASMolecule(); | 
| 28 | }; | 
| 29 | #endif |