From ec069595f767b5285c55dda69834e819ad3c3824 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 27 Jul 2021 11:16:40 -0400 Subject: [PATCH] move compute orientorder/atom because compute coord/atom depends on it --- doc/src/compute_orientorder_atom.rst | 3 +-- src/{EXTRA-COMPUTE => }/compute_orientorder_atom.cpp | 0 src/{EXTRA-COMPUTE => }/compute_orientorder_atom.h | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename src/{EXTRA-COMPUTE => }/compute_orientorder_atom.cpp (100%) rename src/{EXTRA-COMPUTE => }/compute_orientorder_atom.h (100%) diff --git a/doc/src/compute_orientorder_atom.rst b/doc/src/compute_orientorder_atom.rst index 2efea311a0..bc608e21d7 100644 --- a/doc/src/compute_orientorder_atom.rst +++ b/doc/src/compute_orientorder_atom.rst @@ -182,8 +182,7 @@ page for an overview of LAMMPS output options. Restrictions """""""""""" -This compute is part of the EXTRA-COMPUTE package. It is only enabled if -LAMMPS was built with that package. See the :doc:`Build package ` page for more info. +none Related commands """""""""""""""" diff --git a/src/EXTRA-COMPUTE/compute_orientorder_atom.cpp b/src/compute_orientorder_atom.cpp similarity index 100% rename from src/EXTRA-COMPUTE/compute_orientorder_atom.cpp rename to src/compute_orientorder_atom.cpp diff --git a/src/EXTRA-COMPUTE/compute_orientorder_atom.h b/src/compute_orientorder_atom.h similarity index 100% rename from src/EXTRA-COMPUTE/compute_orientorder_atom.h rename to src/compute_orientorder_atom.h