MDStressLab++
calculateStress.h
Go to the documentation of this file.
1 /*
2  * calculateStress.h
3  *
4  * Created on: Nov 7, 2019
5  * Author: Nikhil
6  */
7 
8 #ifndef CALCULATESTRESS_H_
9 #define CALCULATESTRESS_H_
10 
11 int process_DEDr(const void* dataObject, const double de, const double r, const double* const dx, const int i, const int j);
12 #include "calculateStress.cpp"
13 
14 
15 
16 #endif /* CALCULATESTRESS_H_ */
int process_DEDr(const void *dataObject, const double de, const double r, const double *const dx, const int i, const int j)