use a more conventional way to generate and include the lmpinstalledpkgs.h file
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user