use a more conventional way to generate and include the lmpinstalledpkgs.h file

This commit is contained in:
Axel Kohlmeyer
2018-06-22 06:58:31 -04:00
parent 80cca7c4c1
commit e25b6c81ee
2 changed files with 6 additions and 3 deletions

View File

@ -51,6 +51,8 @@
#include "version.h"
#include "error.h"
#include "lmpinstalledpkgs.h"
using namespace LAMMPS_NS;
static void print_style(FILE *fp, const char *str, int &pos);
@ -978,8 +980,6 @@ void print_style(FILE *fp, const char *str, int &pos)
}
}
#include "lmpinstalledpkgs.h"
void LAMMPS::print_config(FILE *fp)
{
const char *pkg;