Fixing compilation mistake, updating dev reference

This commit is contained in:
jtclemm
2022-10-30 21:04:31 -06:00
parent 33c84963e9
commit 6544fbd248
8 changed files with 17 additions and 31 deletions

View File

@ -1,8 +1,8 @@
// clang-format off
/* ----------------------------------------------------------------------
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
LAMMPS development team: developers@lammps.org
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
@ -16,6 +16,7 @@
#include "neigh_list.h"
#include "atom.h"
#include "atom_vec.h"
#include "group.h"
#include "molecule.h"
#include "neighbor.h"
#include "domain.h"