| # | 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 ) { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |