Commit 9d689182 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

some more cosmetic changes

parent e14b61e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,13 +61,13 @@ namespace GPU_EXTRA {
      else
        error->all(FLERR,"Unknown error in GPU library");
    }
  };
  }

  inline void gpu_ready(LAMMPS_NS::Modify *modify, LAMMPS_NS::Error *error) {
    int ifix = modify->find_fix("package_gpu");
    if (ifix < 0)
      error->all(FLERR,"The package gpu command is required for gpu styles");
  };
  }
}

#endif
+1 −1
Original line number Diff line number Diff line
@@ -255,5 +255,5 @@ static inline double fdiv_zero(const double n, const double d) {
  return n / d;
}

};
}
#endif