ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/Triangle.hpp
(Generate patch)

Comparing:
trunk/src/math/Triangle.hpp (file contents), Revision 1404 by chuckv, Fri Jan 15 20:46:49 2010 UTC vs.
branches/development/src/math/Triangle.hpp (file contents), Revision 1825 by gezelter, Wed Jan 9 19:27:52 2013 UTC

# Line 35 | Line 35
35   * [1]  Meineke, et al., J. Comp. Chem. 26, 252-271 (2005).            
36   * [2]  Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006).          
37   * [3]  Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008).          
38 < * [4]  Vardeman & Gezelter, in progress (2009).                        
38 > * [4] Kuang & Gezelter,  J. Chem. Phys. 133, 164101 (2010).
39 > * [4] , Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). *
40   *
40 *
41   *  Triangle.hpp
42   *
43   *  Purpose: Provide basic triangle class for OpenMD. Hates Particle class.
44   *
45   *  Created by Charles F. Vardeman II on 29 July 2008.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: Triangle.hpp,v 1.6 2009-11-25 20:02:01 gezelter Exp $
47 > *  @version $Id$
48   *
49   */
50  
# Line 189 | Line 189 | namespace OpenMD {
189        RealType t2 = -a1 + b1 + c1;
190        RealType t3 =  a1 - b1 + c1;
191        RealType t4 =  a1 + b1 - c1;
192      RealType junk = t1*t2*t3*t4;
192        return a1 * b1 * c1 / sqrt(t1 * t2 * t3 * t4);
193      }
194        

Comparing:
trunk/src/math/Triangle.hpp (property svn:keywords), Revision 1404 by chuckv, Fri Jan 15 20:46:49 2010 UTC vs.
branches/development/src/math/Triangle.hpp (property svn:keywords), Revision 1825 by gezelter, Wed Jan 9 19:27:52 2013 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines