Commit fed1e800 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by Podhorszki Norbert
Browse files

revert reformatting of unrelated file

parent 99599973
Loading
Loading
Loading
Loading
+26 −28
Original line number Diff line number Diff line
@@ -24,11 +24,9 @@ ReaderStyle(molfile, ReaderMolfile)

#include "reader.h"

namespace LAMMPS_NS
{
namespace LAMMPS_NS {

class ReaderMolfile : public Reader
{
class ReaderMolfile : public Reader {
 public:
  ReaderMolfile(class LAMMPS *);
  virtual ~ReaderMolfile();
@@ -37,8 +35,8 @@ public:

  virtual int read_time(bigint &);
  virtual void skip();
    virtual bigint read_header(double[3][3], int &, int &, int, int, int *,
                               char **, int, int, int &, int &, int &, int &);
  virtual bigint read_header(double [3][3], int &, int &, int, int, int *, char **,
                             int, int, int &, int &, int &, int &);
  virtual void read_atoms(int, int, double **);

  virtual void open_file(const char *);
@@ -61,7 +59,7 @@ private:
  int me;
};

} // namespace LAMMPS_NS
}

#endif
#endif