From 8a94d76dfb3a1297c41a0310386c7a38d5e25436 Mon Sep 17 00:00:00 2001 From: Benjamin Morgan Date: Fri, 4 Mar 2022 09:36:43 +0000 Subject: [PATCH] Deprecated checkforce --- checkforce | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checkforce b/checkforce index eba949d..b816c7d 100755 --- a/checkforce +++ b/checkforce @@ -5,6 +5,8 @@ # last updated 5/1/12 # written by Benjamin J. Morgan +# This script is deprecated. An improved version of this tool is included in the vasppy Python package. + use Getopt::Long; use utf8; use strict;