properly order entries
This commit is contained in:
66
src/.gitignore
vendored
66
src/.gitignore
vendored
@ -12,40 +12,6 @@ molfile_interface.h
|
||||
molfile_plugin.h
|
||||
vmdplugin.h
|
||||
|
||||
|
||||
compute_erotate_rigid.cpp
|
||||
compute_erotate_rigid.h
|
||||
compute_ke_rigid.cpp
|
||||
compute_ke_rigid.h
|
||||
compute_msd_nongauss.cpp
|
||||
compute_msd_nongauss.h
|
||||
compute_ti.cpp
|
||||
compute_ti.h
|
||||
fix_efield.cpp
|
||||
fix_efield.h
|
||||
fix_evaporate.cpp
|
||||
fix_evaporate.h
|
||||
fix_gld.cpp
|
||||
fix_gld.h
|
||||
fix_orient_fcc.cpp
|
||||
fix_orient_fcc.h
|
||||
fix_thermal_conductivity.cpp
|
||||
fix_thermal_conductivity.h
|
||||
fix_ttm.cpp
|
||||
fix_ttm.h
|
||||
fix_viscosity.cpp
|
||||
fix_viscosity.h
|
||||
pair_nm_cut.cpp
|
||||
pair_nm_cut.h
|
||||
pair_nm_cut_coul_cut.cpp
|
||||
pair_nm_cut_coul_cut.h
|
||||
pair_nm_cut_coul_long.cpp
|
||||
pair_nm_cut_coul_long.h
|
||||
pppm_tip4p_cg.cpp
|
||||
pppm_tip4p_cg.h
|
||||
pppm_tip4p_cg_omp.cpp
|
||||
pppm_tip4p_cg_omp.h
|
||||
|
||||
angle_cg_cmm.cpp
|
||||
angle_cg_cmm.h
|
||||
angle_charmm.cpp
|
||||
@ -190,18 +156,24 @@ compute_damage_atom.cpp
|
||||
compute_damage_atom.h
|
||||
compute_erotate_asphere.cpp
|
||||
compute_erotate_asphere.h
|
||||
compute_erotate_rigid.cpp
|
||||
compute_erotate_rigid.h
|
||||
compute_event_displace.cpp
|
||||
compute_event_displace.h
|
||||
compute_ke_atom_eff.cpp
|
||||
compute_ke_atom_eff.h
|
||||
compute_ke_eff.cpp
|
||||
compute_ke_eff.h
|
||||
compute_ke_rigid.cpp
|
||||
compute_ke_rigid.h
|
||||
compute_meso_e_atom.cpp
|
||||
compute_meso_e_atom.h
|
||||
compute_meso_rho_atom.cpp
|
||||
compute_meso_rho_atom.h
|
||||
compute_meso_t_atom.cpp
|
||||
compute_meso_t_atom.h
|
||||
compute_msd_nongauss.cpp
|
||||
compute_msd_nongauss.h
|
||||
compute_spec_atom.cpp
|
||||
compute_spec_atom.h
|
||||
compute_temp_asphere.cpp
|
||||
@ -214,6 +186,8 @@ compute_temp_region_eff.cpp
|
||||
compute_temp_region_eff.h
|
||||
compute_temp_rotate.cpp
|
||||
compute_temp_rotate.h
|
||||
compute_ti.cpp
|
||||
compute_ti.h
|
||||
compute_voronoi_atom.cpp
|
||||
compute_voronoi_atom.h
|
||||
dihedral_omp.cpp
|
||||
@ -293,6 +267,12 @@ fix_bond_create.cpp
|
||||
fix_bond_create.h
|
||||
fix_bond_swap.cpp
|
||||
fix_bond_swap.h
|
||||
fix_efield.cpp
|
||||
fix_efield.h
|
||||
fix_evaporate.cpp
|
||||
fix_evaporate.h
|
||||
fix_viscosity.cpp
|
||||
fix_viscosity.h
|
||||
fix_event.cpp
|
||||
fix_event.h
|
||||
fix_event_prd.cpp
|
||||
@ -303,6 +283,8 @@ fix_freeze.cpp
|
||||
fix_freeze.h
|
||||
fix_gcmc.cpp
|
||||
fix_gcmc.h
|
||||
fix_gld.cpp
|
||||
fix_gld.h
|
||||
fix_gpu.cpp
|
||||
fix_gpu.h
|
||||
fix_gravity_omp.cpp
|
||||
@ -387,6 +369,8 @@ fix_nvt_sphere_omp.cpp
|
||||
fix_nvt_sphere_omp.h
|
||||
fix_omp.cpp
|
||||
fix_omp.h
|
||||
fix_orient_fcc.cpp
|
||||
fix_orient_fcc.h
|
||||
fix_peri_neigh.cpp
|
||||
fix_peri_neigh.h
|
||||
fix_peri_neigh_omp.cpp
|
||||
@ -453,6 +437,10 @@ fix_srd.cpp
|
||||
fix_srd.h
|
||||
fix_temp_rescale_eff.cpp
|
||||
fix_temp_rescale_eff.h
|
||||
fix_thermal_conductivity.cpp
|
||||
fix_thermal_conductivity.h
|
||||
fix_ttm.cpp
|
||||
fix_ttm.h
|
||||
fix_tune_kspace.cpp
|
||||
fix_tune_kspace.h
|
||||
fix_wall_colloid.cpp
|
||||
@ -919,6 +907,12 @@ pair_nb3b_harmonic.cpp
|
||||
pair_nb3b_harmonic.h
|
||||
pair_nb3b_harmonic_omp.cpp
|
||||
pair_nb3b_harmonic_omp.h
|
||||
pair_nm_cut.cpp
|
||||
pair_nm_cut.h
|
||||
pair_nm_cut_coul_cut.cpp
|
||||
pair_nm_cut_coul_cut.h
|
||||
pair_nm_cut_coul_long.cpp
|
||||
pair_nm_cut_coul_long.h
|
||||
pair_omp.cpp
|
||||
pair_omp.h
|
||||
pair_omp_gpu.cpp
|
||||
@ -1036,6 +1030,10 @@ pppm_tip4p_omp.cpp
|
||||
pppm_tip4p_omp.h
|
||||
pppm_tip4p_proxy.cpp
|
||||
pppm_tip4p_proxy.h
|
||||
pppm_tip4p_cg.cpp
|
||||
pppm_tip4p_cg.h
|
||||
pppm_tip4p_cg_omp.cpp
|
||||
pppm_tip4p_cg_omp.h
|
||||
prd.cpp
|
||||
prd.h
|
||||
reader_molfile.cpp
|
||||
|
||||
Reference in New Issue
Block a user