remove dead code
This commit is contained in:
@ -28,12 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef ACTIVATION_CLASS
|
||||
|
||||
ActivationStyle(linear,Activation_linear)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_ACTIVATION_LINEAR_H
|
||||
#define LMP_RANN_ACTIVATION_LINEAR_H
|
||||
|
||||
@ -73,5 +67,4 @@ namespace LAMMPS_NS {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* ACTIVATION_LINEAR_H_ */
|
||||
|
||||
@ -28,12 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
|
||||
#ifdef ACTIVATION_CLASS
|
||||
|
||||
ActivationStyle(sigI,Activation_sigI)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_ACTIVATION_SIGI_H
|
||||
#define LMP_RANN_ACTIVATION_SIGI_H
|
||||
|
||||
@ -73,5 +67,4 @@ namespace LAMMPS_NS {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* ACTIVATION_SIGI_H_ */
|
||||
|
||||
@ -28,12 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(bond,Fingerprint_bond)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_FINGERPRINT_BOND_H
|
||||
#define LMP_RANN_FINGERPRINT_BOND_H
|
||||
|
||||
@ -75,6 +69,4 @@ namespace LAMMPS_NS {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* FINGERPRINT_BOND_H_ */
|
||||
|
||||
@ -28,11 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(bondscreened,Fingerprint_bondscreened)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_FINGERPRINT_BONDSCREENED_H
|
||||
#define LMP_RANN_FINGERPRINT_BONDSCREENED_H
|
||||
@ -75,6 +70,4 @@ namespace LAMMPS_NS {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* FINGERPRINT_BOND_H_ */
|
||||
|
||||
@ -28,11 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(bondscreenedspin,Fingerprint_bondscreenedspin)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_FINGERPRINT_BONDSCREENEDSPIN_H
|
||||
#define LMP_RANN_FINGERPRINT_BONDSCREENEDSPIN_H
|
||||
@ -75,6 +70,4 @@ namespace LAMMPS_NS {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* FINGERPRINT_BOND_H_ */
|
||||
|
||||
@ -28,11 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(bondspin,Fingerprint_bondspin)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_FINGERPRINT_BONDSPIN_H
|
||||
#define LMP_RANN_FINGERPRINT_BONDSPIN_H
|
||||
@ -74,6 +69,4 @@ namespace LAMMPS_NS {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* FINGERPRINT_BOND_H_ */
|
||||
|
||||
@ -28,11 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(radial,Fingerprint_radial)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_FINGERPRINT_RADIAL_H
|
||||
#define LMP_RANN_FINGERPRINT_RADIAL_H
|
||||
@ -66,5 +61,4 @@ namespace LAMMPS_NS {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* FINGERPRINT_RADIAL_H_ */
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/* -*- c++ -*- ----------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
https://www.lammps.org/ Sandia National Laboratories
|
||||
@ -28,15 +27,10 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(radialscreened,Fingerprint_radialscreened)
|
||||
|
||||
#else
|
||||
#ifndef LMP_RANN_FINGERPRINT_RADIALSCREENED_H
|
||||
#define LMP_RANN_FINGERPRINT_RADIALSCREENED_H
|
||||
|
||||
|
||||
#include "rann_fingerprint.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
@ -65,8 +59,4 @@ namespace LAMMPS_NS {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#endif /* FINGERPRINT_RADIALSCREENED_H_ */
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/* -*- c++ -*- ----------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
https://www.lammps.org/ Sandia National Laboratories
|
||||
@ -28,15 +27,10 @@ do not necessarily reflect the views of the United States Army.”
|
||||
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(radialscreenedspin,Fingerprint_radialscreenedspin)
|
||||
|
||||
#else
|
||||
#ifndef LMP_RANN_FINGERPRINT_RADIALSCREENEDSPIN_H
|
||||
#define LMP_RANN_FINGERPRINT_RADIALSCREENEDSPIN_H
|
||||
|
||||
|
||||
#include "rann_fingerprint.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
@ -65,8 +59,4 @@ namespace LAMMPS_NS {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#endif /* FINGERPRINT_RADIALSCREENED_H_ */
|
||||
|
||||
@ -28,12 +28,6 @@ do not necessarily reflect the views of the United States Army.”
|
||||
DISTRIBUTION A. Approved for public release; distribution unlimited. OPSEC#4918
|
||||
*/
|
||||
|
||||
#ifdef FINGERPRINT_CLASS
|
||||
|
||||
FingerprintStyle(radialspin,Fingerprint_radialspin)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_RANN_FINGERPRINT_RADIALSPIN_H
|
||||
#define LMP_RANN_FINGERPRINT_RADIALSPIN_H
|
||||
|
||||
@ -65,5 +59,4 @@ namespace LAMMPS_NS {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* FINGERPRINT_RADIAL_H_ */
|
||||
|
||||
Reference in New Issue
Block a user