remove tabs and trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2024-01-21 10:01:12 -05:00
parent aedc061c45
commit 5ece2139e8
21 changed files with 34 additions and 34 deletions

View File

@ -1,4 +1,4 @@
# /* ----------------------------------------------------------------------
# /* ----------------------------------------------------------------------
# Generic Linux Makefile for OpenCL - Mixed precision
# ------------------------------------------------------------------------- */
@ -11,7 +11,7 @@ EXTRAMAKE = Makefile.lammps.opencl
LMP_INC = -DLAMMPS_SMALLBIG
OCL_INC =
OCL_INC =
OCL_CPP = mpic++ -std=c++11 -O3 -DMPICH_IGNORE_CXX_SEEK $(LMP_INC) $(OCL_INC)
OCL_LINK = -lOpenCL
OCL_PREC = -D_SINGLE_DOUBLE