Merge branch 'lammps:develop' into fortran-further-tinkering

This commit is contained in:
hammondkd
2022-09-30 19:40:32 -05:00
committed by GitHub
134 changed files with 1971 additions and 688 deletions

View File

@ -1,7 +1,6 @@
// unit tests for getting LAMMPS properties through the Fortran wrapper
#include "lammps.h"
//#include <cstdio> // for stdin, stdout
#include "library.h"
#include <mpi.h>
#include <string>