ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/DirectionalAtom.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/DirectionalAtom.cpp (file contents):
Revision 787 by mmeineke, Thu Sep 25 19:27:15 2003 UTC vs.
Revision 829 by gezelter, Tue Oct 28 16:03:37 2003 UTC

# Line 1 | Line 1
1 < #include <cmath>
1 > #include <math.h>
2  
3   #include "Atom.hpp"
4   #include "simError.h"
# Line 58 | Line 58 | double DirectionalAtom::getMu( void ) {
58    else{
59      return myMu;
60    }
61  return 0;
61   }
62  
63   void DirectionalAtom::setMu( double the_mu ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines