must not have folders names differing only in case: "MC" versu "mc"

This is causing problems on MacOS and Windows with case preserving
but case insensitive file systems.
This commit is contained in:
Axel Kohlmeyer
2021-10-18 18:13:21 -04:00
parent f9e99f1f4c
commit 81a5beb8cc
5 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ Lowercase directories
+-------------+------------------------------------------------------------------+ +-------------+------------------------------------------------------------------+
| friction | frictional contact of spherical asperities between 2d surfaces | | friction | frictional contact of spherical asperities between 2d surfaces |
+-------------+------------------------------------------------------------------+ +-------------+------------------------------------------------------------------+
| gcmc | Grand Canonical Monte Carlo (GCMC) via the fix gcmc command | | mc | Monte Carlo features via fix gcmc, widom and other commands |
+-------------+------------------------------------------------------------------+ +-------------+------------------------------------------------------------------+
| granregion | use of fix wall/region/gran as boundary on granular particles | | granregion | use of fix wall/region/gran as boundary on granular particles |
+-------------+------------------------------------------------------------------+ +-------------+------------------------------------------------------------------+
@ -205,7 +205,7 @@ Uppercase directories
+------------+--------------------------------------------------------------------------------------------------+ +------------+--------------------------------------------------------------------------------------------------+
| KAPPA | compute thermal conductivity via several methods | | KAPPA | compute thermal conductivity via several methods |
+------------+--------------------------------------------------------------------------------------------------+ +------------+--------------------------------------------------------------------------------------------------+
| MC | using LAMMPS in a Monte Carlo mode to relax the energy of a system | | MC-LOOP | using LAMMPS in a Monte Carlo mode to relax the energy of a system in a input script loop |
+------------+--------------------------------------------------------------------------------------------------+ +------------+--------------------------------------------------------------------------------------------------+
| PACKAGES | examples for specific packages and contributed commands | | PACKAGES | examples for specific packages and contributed commands |
+------------+--------------------------------------------------------------------------------------------------+ +------------+--------------------------------------------------------------------------------------------------+

View File

@ -167,7 +167,7 @@ The KAPPA directory has example scripts for computing the thermal
conductivity (kappa) of a LJ liquid using 5 different methods. See conductivity (kappa) of a LJ liquid using 5 different methods. See
the KAPPA/README file for more info. the KAPPA/README file for more info.
The MC directory has an example script for using LAMMPS as an The MC-LOOP directory has an example script for using LAMMPS as an
energy-evaluation engine in a iterative Monte Carlo energy-relaxation energy-evaluation engine in a iterative Monte Carlo energy-relaxation
loop. loop.