MDStressLab++
InteratomicForces.h
Go to the documentation of this file.
1 /*
2  * InteratomicForces.h
3  *
4  * Created on: Nov 21, 2019
5  * Author: Nikhil
6  */
7 
8 #ifndef SRC_INTERATOMICFORCES_H_
9 #define SRC_INTERATOMICFORCES_H_
10 #include "neighbor_list.h"
11 
13 public:
15  virtual ~InteratomicForces();
17  std::vector<double> fij;
18 };
19 
20 #endif /* SRC_INTERATOMICFORCES_H_ */
InteratomicForces(NeighList *)
std::vector< double > fij
const NeighListOne * nlOne_ptr