--- trunk/FAS/src/fasmodel.cpp 2002/08/13 16:02:26 66 +++ trunk/FAS/src/fasmodel.cpp 2002/08/19 20:49:08 88 @@ -1,15 +1,34 @@ +/********************************************************************** +* Copyright (C) 2002-2003 by Gezelter's Group +*This program is free software; you can redistribute it and/or modify +*it under the terms of the GNU General Public License as published by +*the Free Software Foundation version 2 of the License. +* +*This program is distributed in the hope that it will be useful, +*but WITHOUT ANY WARRANTY; without even the implied warranty of +*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +*GNU General Public License for more details. +* +************************************************************************ +*Author: Teng Lin Email: tlin@nd.edu +*Date: 08/13/2002 Version: 1.0 +* +************************************************************************ +*Description: +* +***********************************************************************/ #include #include #include "fasmodel.h" -#include "namelist.h" + using namespace std; -TFASModel::TFASModel() +template TFASModel::TFASModel() { } -TFASModel::~TFASModel() +template TFASModel::~TFASModel() { }