From 53aa92cfafd1f279710cbaa33e9eedf789e2a7f3 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 11 Oct 2017 10:30:29 -0400 Subject: [PATCH] add support for neighbor list history refactoring in USER-OMP part 2 --- .../{fix_shear_history_omp.cpp => fix_neigh_history_omp.cpp} | 0 src/USER-OMP/{fix_shear_history_omp.h => fix_neigh_history_omp.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/USER-OMP/{fix_shear_history_omp.cpp => fix_neigh_history_omp.cpp} (100%) rename src/USER-OMP/{fix_shear_history_omp.h => fix_neigh_history_omp.h} (100%) diff --git a/src/USER-OMP/fix_shear_history_omp.cpp b/src/USER-OMP/fix_neigh_history_omp.cpp similarity index 100% rename from src/USER-OMP/fix_shear_history_omp.cpp rename to src/USER-OMP/fix_neigh_history_omp.cpp diff --git a/src/USER-OMP/fix_shear_history_omp.h b/src/USER-OMP/fix_neigh_history_omp.h similarity index 100% rename from src/USER-OMP/fix_shear_history_omp.h rename to src/USER-OMP/fix_neigh_history_omp.h