--- trunk/FAS/src/fasatom.cpp 2002/08/14 22:02:03 76 +++ trunk/FAS/src/fasatom.cpp 2002/08/14 23:27:28 77 @@ -1,3 +1,22 @@ +/********************************************************************** +* 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 "fasatom.h" @@ -65,7 +84,6 @@ void TFASAtom::AddBond(TFASBond * bond) else { _bondList.push_back(bond); - back(bond); } } @@ -264,7 +282,7 @@ bool TFASAtom::IsAxial() } -bool TFASAtom::HasAlphaBetaUnsat(bool includePandS=true) +bool TFASAtom::HasAlphaBetaUnsat(bool includePandS) { }