Merge branch 'master' of https://github.com/lammps/lammps into lammps-master

This commit is contained in:
Jacob Gissinger
2021-04-27 14:46:33 -04:00
4905 changed files with 257534 additions and 191333 deletions

View File

@ -1,6 +1,6 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
https://lammps.sandia.gov/, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
@ -20,11 +20,11 @@ CommandStyle(write_data,WriteData)
#ifndef LMP_WRITE_DATA_H
#define LMP_WRITE_DATA_H
#include "pointers.h"
#include "command.h"
namespace LAMMPS_NS {
class WriteData : protected Pointers {
class WriteData : public Command {
public:
WriteData(class LAMMPS *);
void command(int, char **);