forked from lijiext/lammps
docs: Fix sneaky unicode character
Fixes the `pdf` target of the `Makefile`.
This commit is contained in:
parent
6dfb74f23e
commit
85511a4db8
|
@ -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
|
||||
included in the file "style\_fix.h". In case if you use LAMMPS make,
|
||||
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".
|
||||
|
||||
Let's write a simple fix which will print average velocity at the end
|
||||
|
|
Loading…
Reference in New Issue