rename fix STORE_LOCAL to STORE/LOCAL for consistency

This commit is contained in:
Axel Kohlmeyer
2022-08-05 02:57:38 -04:00
parent a84c2ab18a
commit 681ad88f08
5 changed files with 11 additions and 12 deletions

View File

@ -300,7 +300,7 @@ void PairTracker::settings(int narg, char **arg)
fix_store_local = dynamic_cast<FixStoreLocal *>(modify->get_fix_by_id(id_fix_store_local));
if (!fix_store_local)
fix_store_local = dynamic_cast<FixStoreLocal *>(modify->add_fix(
fmt::format("{} all STORE_LOCAL {} {}", id_fix_store_local, store_local_freq, nvalues)));
fmt::format("{} all STORE/LOCAL {} {}", id_fix_store_local, store_local_freq, nvalues)));
}
/* ----------------------------------------------------------------------