Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
e3ddefb3
Commit
e3ddefb3
authored
6 years ago
by
Axel Kohlmeyer
Browse files
Options
Downloads
Patches
Plain Diff
update docs and header for removed error message
parent
ea6d8a5d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/Errors_messages.txt
+0
-6
0 additions, 6 deletions
doc/src/Errors_messages.txt
doc/src/atom_modify.txt
+2
-1
2 additions, 1 deletion
doc/src/atom_modify.txt
src/atom.h
+0
-6
0 additions, 6 deletions
src/atom.h
with
2 additions
and
13 deletions
doc/src/Errors_messages.txt
+
0
−
6
View file @
e3ddefb3
...
@@ -279,12 +279,6 @@ multibody joint). The bodies you have defined exceed this limit. :dd
...
@@ -279,12 +279,6 @@ multibody joint). The bodies you have defined exceed this limit. :dd
This is an internal LAMMPS error. Please report it to the
This is an internal LAMMPS error. Please report it to the
developers. :dd
developers. :dd
{Atom sorting has bin size = 0.0} :dt
The neighbor cutoff is being used as the bin size, but it is zero.
Thus you must explicitly list a bin size in the atom_modify sort
command or turn off sorting. :dd
{Atom style hybrid cannot have hybrid as an argument} :dt
{Atom style hybrid cannot have hybrid as an argument} :dt
Self-explanatory. :dd
Self-explanatory. :dd
...
...
This diff is collapsed.
Click to expand it.
doc/src/atom_modify.txt
+
2
−
1
View file @
e3ddefb3
...
@@ -166,7 +166,8 @@ info), a map is used. The default map style is array if no atom ID is
...
@@ -166,7 +166,8 @@ info), a map is used. The default map style is array if no atom ID is
larger than 1 million, otherwise the default is hash. By default, a
larger than 1 million, otherwise the default is hash. By default, a
"first" group is not defined. By default, sorting is enabled with a
"first" group is not defined. By default, sorting is enabled with a
frequency of 1000 and a binsize of 0.0, which means the neighbor
frequency of 1000 and a binsize of 0.0, which means the neighbor
cutoff will be used to set the bin size.
cutoff will be used to set the bin size. If no neighbor cutoff is
defined, sorting will be turned off.
:line
:line
...
...
This diff is collapsed.
Click to expand it.
src/atom.h
+
0
−
6
View file @
e3ddefb3
...
@@ -496,12 +496,6 @@ E: Atom sort did not operate correctly
...
@@ -496,12 +496,6 @@ E: Atom sort did not operate correctly
This is an internal LAMMPS error. Please report it to the
This is an internal LAMMPS error. Please report it to the
developers.
developers.
E: Atom sorting has bin size = 0.0
The neighbor cutoff is being used as the bin size, but it is zero.
Thus you must explicitly list a bin size in the atom_modify sort
command or turn off sorting.
E: Too many atom sorting bins
E: Too many atom sorting bins
This is likely due to an immense simulation box that has blown up
This is likely due to an immense simulation box that has blown up
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment