This commit is contained in:
Axel Kohlmeyer
2023-12-02 08:53:20 -05:00
parent cace83e30d
commit 2970d73d22
5 changed files with 18 additions and 20 deletions

View File

@ -2,7 +2,6 @@
* This routine reads the data from a .frc forcefield file and stores it in * This routine reads the data from a .frc forcefield file and stores it in
* dynamically allocated memory. This allows for fast searches of the * dynamically allocated memory. This allows for fast searches of the
* file. * file.
*
*/ */
#include "msi2lmp.h" #include "msi2lmp.h"

View File

@ -3,7 +3,6 @@
* This function opens the .mdf file and extracts connectivity information * This function opens the .mdf file and extracts connectivity information
* into the atoms Atom structure. It also updates the charge from the .car * into the atoms Atom structure. It also updates the charge from the .car
* file because the charge in the .mdf file has more significant figures. * file because the charge in the .mdf file has more significant figures.
*
*/ */
#include "msi2lmp.h" #include "msi2lmp.h"