Skip to content

Commit

Permalink
fix readability-duplicate-include issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Oct 29, 2024
1 parent 7a76688 commit ec9de63
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
//Should be included by all the src files of the library
#include "picsar_qed/qed_commons.h"

//Uses GPU-friendly arrays
#include "picsar_qed/math/vec_functions.hpp"
//Uses vector functions
//Uses GPU-friendly arrays and vector functions
#include "picsar_qed/math/vec_functions.hpp"
//Uses physical constants
#include "picsar_qed/physics/phys_constants.h"
Expand Down

0 comments on commit ec9de63

Please # to comment.