ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/FAS/src/fasatom.cpp
(Generate patch)

Comparing trunk/FAS/src/fasatom.cpp (file contents):
Revision 66 by tim, Tue Aug 13 16:02:26 2002 UTC vs.
Revision 77 by tim, Wed Aug 14 23:27:28 2002 UTC

# Line 1 | Line 1
1 + /**********************************************************************
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   #include <iostream>
21   #include <vector>
22   #include "fasatom.h"
# Line 65 | Line 84 | void TFASAtom::AddBond(TFASBond * bond)
84          else
85          {
86                  _bondList.push_back(bond);
68                back(bond);
87          }
88   }
89  
# Line 264 | Line 282 | bool TFASAtom::HasAlphaBetaUnsat(bool includePandS=tru
282  
283   }
284  
285 < bool TFASAtom::HasAlphaBetaUnsat(bool includePandS=true)
285 > bool TFASAtom::HasAlphaBetaUnsat(bool includePandS)
286   {
287  
288   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines