git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10491 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* ----------------------------------------------------------------------
|
||||
/* -*- c++ -*- ----------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
http://lammps.sandia.gov, Sandia National Laboratories
|
||||
Steve Plimpton, sjplimp@sandia.gov
|
||||
@ -44,8 +44,11 @@ class LAMMPS {
|
||||
|
||||
char *suffix; // suffix to add to input script style names
|
||||
int suffix_enable; // 1 if suffix enabled, 0 if disabled
|
||||
int cite_enable; // 1 if generating log.cite, 0 if disabled
|
||||
class Cuda *cuda; // CUDA accelerator class
|
||||
|
||||
class CiteMe *citeme; // citation info
|
||||
|
||||
LAMMPS(int, char **, MPI_Comm);
|
||||
~LAMMPS();
|
||||
void create();
|
||||
|
||||
Reference in New Issue
Block a user