diff --git a/src/.gitignore b/src/.gitignore index decadd20ff..6657256e8f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -37,6 +37,12 @@ /library_mdi.h /mdi_engine.cpp /mdi_engine.h +/fix_mdi_aimd.cpp +/fix_mdi_aimd.h +/mdi_command.cpp +/mdi_command.h +/mdi_plugin.cpp +/mdi_plugin.h /fix_brownian*.cpp /fix_brownian*.h @@ -269,6 +275,32 @@ /pair_bpm_spring.cpp /pair_bpm_spring.h +/boundary_correction.cpp +/boundary_correction.h +/electrode_accel_interface.h +/electrode_kspace.h +/electrode_math.h +/electrode_matrix.cpp +/electrode_matrix.h +/electrode_vector.cpp +/electrode_vector.h +/ewald_electrode.cpp +/ewald_electrode.h +/fix_electrode_conp.cpp +/fix_electrode_conp.h +/fix_electrode_conq.cpp +/fix_electrode_conq.h +/fix_electrode_thermo.cpp +/fix_electrode_thermo.h +/pppm_electrode.cpp +/pppm_electrode.h +/slab_2d.cpp +/slab_2d.h +/slab_dipole.cpp +/slab_dipole.h +/wire_dipole.cpp +/wire_dipole.h + /compute_adf.cpp /compute_adf.h /compute_contact_atom.cpp @@ -579,6 +611,7 @@ /dihedral_table_cut.h /dump_atom_adios.cpp /dump_atom_adios.h +/adios_common.h /dump_atom_gz.cpp /dump_atom_gz.h /dump_atom_zstd.cpp @@ -672,6 +705,8 @@ /fix_client_md.h /fix_cmap.cpp /fix_cmap.h +/fix_damping_cundall.cpp +/fix_damping_cundall.h /fix_dpd_energy.cpp /fix_dpd_energy.h /fix_electron_stopping.cpp @@ -728,6 +763,7 @@ /fix_langevin_eff.h /fix_latte.cpp /fix_latte.h +/latboltz_const.h /fix_lb_fluid.cpp /fix_lb_fluid.h /fix_lb_momentum.cpp @@ -889,6 +925,8 @@ /fix_ti_spring.h /fix_tune_kspace.cpp /fix_tune_kspace.h +/fix_viscous_sphere.cpp +/fix_viscous_sphere.h /fix_wall_body_polygon.cpp /fix_wall_body_polygon.h /fix_wall_body_polyhedron.cpp diff --git a/src/Makefile b/src/Makefile index 10b4029278..5d852ae712 100644 --- a/src/Makefile +++ b/src/Makefile @@ -71,7 +71,6 @@ PACKAGE = \ dpd-smooth \ drude \ eff \ - electrode \ extra-compute \ extra-dump \ extra-fix \ @@ -137,6 +136,7 @@ PACKAGE = \ yaff \ atc \ dielectric \ + electrode \ ml-iap \ phonon