bulk rename of remaining USER- packages

This commit is contained in:
Axel Kohlmeyer
2021-06-29 19:49:18 -04:00
parent 2d4bb8f38c
commit 878795e64a
759 changed files with 878 additions and 878 deletions

View File

@ -1536,7 +1536,7 @@ class lammps(object):
"""
result = {}
for p in ['GPU', 'KOKKOS', 'USER-INTEL', 'OPENMP']:
for p in ['GPU', 'KOKKOS', 'INTEL', 'OPENMP']:
result[p] = {}
c = 'api'
result[p][c] = []