aboutsummaryrefslogtreecommitdiff
path: root/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h
diff options
context:
space:
mode:
Diffstat (limited to 'MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h')
-rw-r--r--MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h b/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h
deleted file mode 100644
index 1984146c..00000000
--- a/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/// \file
-/// Computes forces for the 12-6 Lennard Jones (LJ) potential.
-
-#ifndef _LJTYPES_H_
-#define _LJTYPES_H_
-
-struct BasePotentialSt;
-struct BasePotentialSt* initLjPot(void);
-
-#endif
-