| # | Line 5 | Line 5 | |
|---|---|---|
| 5 | #define STR_DEFINE(t, s) t = MK_STR(s) | |
| 6 | ||
| 7 | ||
| 8 | < | #include <cstdio> |
| 9 | < | #include <cstdlib> |
| 8 | > | #include <stdio.h> |
| 9 | > | #include <stdlib.h> |
| 10 | ||
| 11 | #include "Atom.hpp" | |
| 12 | #include "SimInfo.hpp" | |
| # | Line 167 | Line 167 | class EAM_FF : public ForceFields{ (public) | |
| 167 | ||
| 168 | void initForceField( int ljMixRule ); | |
| 169 | ||
| 170 | + | void calcRcut( void ); |
| 171 | private: | |
| 172 | ||
| 173 | void fastForward( char* stopText, char* searchOwner ); | |
| 174 | < | |
| 174 | > | |
| 175 | > | double eamRcut; |
| 176 | }; | |
| 177 | ||
| 178 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |