diff --git a/doc/src/fix_flow_gauss.txt b/doc/src/fix_flow_gauss.txt
index e4088cd02f98f31c82a6ae902c2d4827dc93c433..fcdc4e5589110e079ce0f231a4a0f04ce8f1223a 100644
--- a/doc/src/fix_flow_gauss.txt
+++ b/doc/src/fix_flow_gauss.txt
@@ -151,7 +151,7 @@ The option default for the {energy} keyword is energy = no.
 :line
 
 :link(Strong)
-[(Strong)] Strong and Eaves, J. Phys. Chem. Lett. 7, 1907 (2016).
+[(Strong)] Strong and Eaves, J. Phys. Chem. B 121, 189 (2017).
 
 :link(Evans)
 [(Evans)] Evans and Morriss, Phys. Rev. Lett. 56, 2172 (1986).
diff --git a/src/USER-MISC/fix_flow_gauss.cpp b/src/USER-MISC/fix_flow_gauss.cpp
index ad4c78f87fb57c19b3be6660da39b12e55c3e314..681717001318b3de047f91b667a6ec8a6a5139b0 100644
--- a/src/USER-MISC/fix_flow_gauss.cpp
+++ b/src/USER-MISC/fix_flow_gauss.cpp
@@ -34,18 +34,17 @@ using namespace FixConst;
 
 static const char cite_flow_gauss[] =
   "Gaussian dynamics package:\n\n"
-  "@Article{strong_atomistic_2016,\n"
-  "title = {Atomistic Hydrodynamics and the Dynamical Hydrophobic Effect in Porous Graphene},\n"
-  "volume = {7},\n"
-  "number = {10},\n"
-  "issn = {1948-7185},\n"
-  "url = {http://dx.doi.org/10.1021/acs.jpclett.6b00748},\n"
-  "doi = {10.1021/acs.jpclett.6b00748},\n"
-  "urldate = {2016-05-10},\n"
-  "journal = {J. Phys. Chem.  Lett.},\n"
+  "@Article{strong_water_2017,\n"
+  "title = {The Dynamics of Water in Porous Two-Dimensional Crystals},\n"
+  "volume = {121},\n"
+  "number = {1},\n"
+  "url = {http://dx.doi.org/10.1021/acs.jpcb.6b09387},\n"
+  "doi = {10.1021/acs.jpcb.6b09387},\n"
+  "urldate = {2016-12-07},\n"
+  "journal = {J. Phys. Chem. B},\n"
   "author = {Strong, Steven E. and Eaves, Joel D.},\n"
-  "year = {2016},\n"
-  "pages = {1907--1912}\n"
+  "year = {2017},\n"
+  "pages = {189--207}\n"
   "}\n\n";
 
 FixFlowGauss::FixFlowGauss(LAMMPS *lmp, int narg, char **arg) :