diff --git a/doc/src/fixes.txt b/doc/src/fixes.txt index 7997f6f1d4..e8777d4113 100644 --- a/doc/src/fixes.txt +++ b/doc/src/fixes.txt @@ -42,6 +42,7 @@ Fixes :h1 fix_eos_table_rx fix_evaporate fix_external + fix_filter_corotate fix_flow_gauss fix_freeze fix_gcmc diff --git a/doc/src/lammps.book b/doc/src/lammps.book index 3186865fb6..f942fdd344 100644 --- a/doc/src/lammps.book +++ b/doc/src/lammps.book @@ -168,6 +168,7 @@ fix_eos_table.html fix_eos_table_rx.html fix_evaporate.html fix_external.html +fix_filter_corotate.html fix_flow_gauss.html fix_freeze.html fix_gcmc.html diff --git a/src/.gitignore b/src/.gitignore index 1c7f468e6e..557c01c95f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -328,6 +328,8 @@ /fix_eos_table.h /fix_evaporate.cpp /fix_evaporate.h +/fix_filter_corotate.cpp +/fix_filter_corotate.h /fix_viscosity.cpp /fix_viscosity.h /fix_ehex.cpp