forked from lijiext/lammps
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
/***************************************************************************
|
|
pair_tex_tar.cu
|
|
-------------------
|
|
W. Michael Brown
|
|
|
|
"Tar" of header and source files that need texture reference definitions
|
|
within file scope.
|
|
|
|
__________________________________________________________________________
|
|
This file is part of the LAMMPS GPU Library
|
|
__________________________________________________________________________
|
|
|
|
begin : Tue Jun 23 2009
|
|
copyright : (C) 2009 by W. Michael Brown
|
|
email : wmbrown@sandia.gov
|
|
***************************************************************************/
|
|
|
|
/* -----------------------------------------------------------------------
|
|
Copyright (2009) Sandia Corporation. Under the terms of Contract
|
|
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
|
|
certain rights in this software. This software is distributed under
|
|
the GNU General Public License.
|
|
----------------------------------------------------------------------- */
|
|
|
|
#include "pair_gpu_atom.cu"
|
|
#include "lj_gpu.cu"
|
|
#include "gb_gpu.cu"
|
|
|