Unverified Commit b6b802d0 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct forward declaration of POEMS workspace class

parent 320be3bc
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@ FixStyle(poems,FixPOEMS)


#include "fix.h"
#include "fix.h"


class Workspace;

namespace LAMMPS_NS {
namespace LAMMPS_NS {


class FixPOEMS : public Fix  {
class FixPOEMS : public Fix  {
@@ -94,7 +96,7 @@ class FixPOEMS : public Fix {


  // POEMS object
  // POEMS object


  class Workspace *poems;
  Workspace *poems;


  // internal class functions
  // internal class functions