fix permissions, error docs, URLs, whitespace

This commit is contained in:
Axel Kohlmeyer
2022-10-18 11:53:38 -04:00
parent 72e859acf8
commit 39020379da
6 changed files with 68 additions and 887133 deletions

0
doc/src/pair_ylz.rst Executable file → Normal file
View File

0
examples/ASPHERE/flat_membrane/in_flat_membrane Executable file → Normal file
View File

File diff suppressed because it is too large Load Diff

0
examples/ASPHERE/vesicle/read_data.vesicle1026 Executable file → Normal file
View File

0
src/ASPHERE/pair_ylz.cpp Executable file → Normal file
View File

20
src/ASPHERE/pair_ylz.h Executable file → Normal file
View File

@ -1,6 +1,6 @@
/* -*- c++ -*- ---------------------------------------------------------- /* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories https://www.lammps.org/ Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract Copyright (2003) Sandia Corporation. Under the terms of Contract
@ -63,21 +63,3 @@ class PairYLZ : public Pair {
#endif #endif
#endif #endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair ylz requires atom style ellipsoid
Self-explanatory.
*/