Merge branch 'master' of https://github.com/lammps/lammps into lammps-master
This commit is contained in:
@ -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 **);
|
||||
|
||||
Reference in New Issue
Block a user