From 1bb7af9ef91a2f74198f8251ac6a960cc9a86163 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 3 Oct 2017 10:45:08 -0400
Subject: [PATCH] integrate fix rhok into the LAMMPS source code management and
 documentation system

---
 doc/src/Section_commands.txt | 1 +
 doc/src/fixes.txt            | 1 +
 doc/src/lammps.book          | 1 +
 src/.gitignore               | 2 ++
 4 files changed, 5 insertions(+)

diff --git a/doc/src/Section_commands.txt b/doc/src/Section_commands.txt
index 0d46a01424..4ee0d8b51b 100644
--- a/doc/src/Section_commands.txt
+++ b/doc/src/Section_commands.txt
@@ -728,6 +728,7 @@ package"_Section_start.html#start_3.
 "qtb"_fix_qtb.html,
 "reax/c/bonds"_fix_reax_bonds.html,
 "reax/c/species"_fix_reaxc_species.html,
+"rhok"_fix_rhok.html,
 "rx"_fix_rx.html,
 "saed/vtk"_fix_saed_vtk.html,
 "shardlow"_fix_shardlow.html,
diff --git a/doc/src/fixes.txt b/doc/src/fixes.txt
index 7000a66c51..e6aad1c530 100644
--- a/doc/src/fixes.txt
+++ b/doc/src/fixes.txt
@@ -124,6 +124,7 @@ Fixes :h1
    fix_reaxc_species
    fix_recenter
    fix_restrain
+   fix_rhok
    fix_rigid
    fix_rx
    fix_saed_vtk
diff --git a/doc/src/lammps.book b/doc/src/lammps.book
index 86dfe78af3..9f2e270452 100644
--- a/doc/src/lammps.book
+++ b/doc/src/lammps.book
@@ -253,6 +253,7 @@ fix_reaxc_species.html
 fix_recenter.html
 fix_restrain.html
 fix_rigid.html
+fix_rhok.html
 fix_rx.html
 fix_saed_vtk.html
 fix_setforce.html
diff --git a/src/.gitignore b/src/.gitignore
index 1571065b72..504db2cdde 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -503,6 +503,8 @@
 /fix_reaxc_bonds.h
 /fix_reaxc_species.cpp
 /fix_reaxc_species.h
+/fix_rhok.cpp
+/fix_rhok.h
 /fix_rigid.cpp
 /fix_rigid.h
 /fix_rigid_nh.cpp
-- 
GitLab