sntioudis / papreca

PAPRECA hybrid off-lattice kinetic Monte Carlo/molecular dynamics (kMC/MD) simulator
GNU General Public License v2.0
6 stars 0 forks source link

Minor typo in installation docs #1

Closed liamhuber closed 4 months ago

liamhuber commented 4 months ago

cmake -DPKG_MOLECULE=on -DPKG_RIGID=on -D PKG_QEQ=on -DPKG_REAXFF=on -DBUILD_LIB=on -DBUILD_SHARED_LIBS=off -DBUILD_STATIC_LIBS=on ../cmake #Configure LAMMPS, build with some optional package, and enable static library building

Here

Should have -D PKG_QEQ=on --> -DPKG_QEQ=on. Very minor, but nice to fix for those copying and pasting.

sntioudis commented 4 months ago

@liamhuber thank you! I have just fixed that. It should now be updated in the documentation!

liamhuber commented 4 months ago

Yep, just refreshed the docs tab and it's already live! 🚀

liamhuber commented 4 months ago

Ah, and for completeness I'm coming here from https://github.com/openjournals/joss-reviews/issues/6714, although this certainly wasn't anything like a blocking issue.