add region command to list of exceptions needing the accelerator include

This commit is contained in:
Axel Kohlmeyer
2024-10-05 22:49:13 -04:00
parent 719a64d9dd
commit 7da8748e90

View File

@ -81,6 +81,7 @@ def require_accel_include(path):
# handle exceptions
if path == "src/min_style.rst" : needs = True
if path == "src/atom_style.rst" : needs = True
if path == "src/region.rst" : needs = True
# check file
with open(path, 'r') as reader:
for line in reader: