From f6941447f71ac8d49a75dbbcdaabf66412c17615 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 5 May 2021 12:08:12 -0400 Subject: [PATCH] remove unused functions --- src/tabular_function.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tabular_function.h b/src/tabular_function.h index f49bcfcbb3..6dcdcd7835 100644 --- a/src/tabular_function.h +++ b/src/tabular_function.h @@ -43,10 +43,8 @@ class TabularFunction { if (ny1) y1 = (ys6[ks] * ps + ys5[ks]) * ps + ys4[ks]; } - double get_xmin() const { return xmin; } double get_xmax() const { return xmax; } double get_xmaxsq() const { return xmaxsq; } - double get_rdx() const { return rdx; } double get_vmax() { return vmax; } }; } // namespace LAMMPS_NS