diff options
Diffstat (limited to 'Source/Parser/GpuParser.H')
-rw-r--r-- | Source/Parser/GpuParser.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Parser/GpuParser.H b/Source/Parser/GpuParser.H index 1533ee6b9..e49671e06 100644 --- a/Source/Parser/GpuParser.H +++ b/Source/Parser/GpuParser.H @@ -5,7 +5,7 @@ #include <AMReX_Gpu.H> // When compiled for CPU, wrap WarpXParser and enable threading. -// When compiled for GPU, store one copy of the parser in +// When compiled for GPU, store one copy of the parser in // CUDA managed memory for __device__ code, and one copy of the parser // in CUDA managed memory for __host__ code. This way, the parser can be // efficiently called from both host and device. |