Skip to content
Snippets Groups Projects
Unverified Commit 1c007ce7 authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #1000 from HaoZeke/fixDocs

docs: Fix sneaky unicode character
parents 6f1b6e7a 85511a4d
No related branches found
No related tags found
No related merge requests found
...@@ -476,7 +476,7 @@ is the name of the class. This code allows LAMMPS to find your fix ...@@ -476,7 +476,7 @@ is the name of the class. This code allows LAMMPS to find your fix
when it parses input script. In addition, your fix header must be when it parses input script. In addition, your fix header must be
included in the file "style\_fix.h". In case if you use LAMMPS make, included in the file "style\_fix.h". In case if you use LAMMPS make,
this file is generated automatically - all files starting with prefix this file is generated automatically - all files starting with prefix
fix\_ are included, so call your header the same way. Otherwise, donÕt fix\_ are included, so call your header the same way. Otherwise, don't
forget to add your include into "style\_fix.h". forget to add your include into "style\_fix.h".
Let's write a simple fix which will print average velocity at the end Let's write a simple fix which will print average velocity at the end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment