| 1 | tim | 86 | /********************************************************************** | 
| 2 |  |  | *           Copyright (C) 2002-2003 by Gezelter's Group | 
| 3 |  |  | *This program is free software; you can redistribute it and/or modify | 
| 4 |  |  | *it under the terms of the GNU General Public License as published by | 
| 5 |  |  | *the Free Software Foundation version 2 of the License. | 
| 6 |  |  | * | 
| 7 |  |  | *This program is distributed in the hope that it will be useful, | 
| 8 |  |  | *but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| 9 |  |  | *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| 10 |  |  | *GNU General Public License for more details. | 
| 11 |  |  | * | 
| 12 |  |  | ************************************************************************ | 
| 13 |  |  | *Author: Teng Lin               Email:  tlin@nd.edu | 
| 14 |  |  | *Date: 08/13/2002               Version: 1.0 | 
| 15 |  |  | * | 
| 16 |  |  | ************************************************************************ | 
| 17 |  |  | *Description: | 
| 18 |  |  | * | 
| 19 |  |  | ***********************************************************************/ | 
| 20 | tim | 66 | #include <iostream> | 
| 21 |  |  | #include <vector> | 
| 22 |  |  | #include "fasmodel.h" | 
| 23 | tim | 86 |  | 
| 24 | tim | 66 | using namespace std; | 
| 25 |  |  |  | 
| 26 | tim | 88 | template<class T> TFASModel::TFASModel() | 
| 27 | tim | 66 | { | 
| 28 |  |  |  | 
| 29 |  |  | } | 
| 30 |  |  |  | 
| 31 | tim | 88 | template<class T> TFASModel::~TFASModel() | 
| 32 | tim | 66 | { | 
| 33 |  |  |  | 
| 34 |  |  | } |