Skip to content

Commit

Permalink
[oct23av] in CODEGEN, fix build warning in counters.cc (improve Steph…
Browse files Browse the repository at this point in the history
…an's excellent patch in PR madgraph5#762)
  • Loading branch information
valassi committed Oct 27, 2023
1 parent ba4a19e commit 71e46f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2020-2023 CERN and UCLouvain.
// Licensed under the GNU Lesser General Public License (version 3 or later).
// Created by: A. Valassi (Dec 2022) for the MG5aMC CUDACPP plugin.
// Further modified by: A. Valassi (2022-2023) for the MG5aMC CUDACPP plugin.
// Further modified by: S. Hageboeck, A. Valassi (2022-2023) for the MG5aMC CUDACPP plugin.

#include "timer.h"
#define TIMERTYPE std::chrono::high_resolution_clock
Expand Down Expand Up @@ -40,7 +40,6 @@ extern "C"
static float smatrix1_totaltime = 0;
static mgOnGpu::Timer<TIMERTYPE> smatrix1multi_timer[nimplC];
static float smatrix1multi_totaltime[nimplC] = { 0 };
static int matrix1_counter = 0;
static int smatrix1_counter = 0;
static int smatrix1multi_counter[nimplC] = { 0 };

Expand Down

0 comments on commit 71e46f1

Please sign in to comment.