Skip to content

Commit

Permalink
Modif type entier gauss legende
Browse files Browse the repository at this point in the history
  • Loading branch information
Goul-tard committed Dec 22, 2024
1 parent f037e3f commit 2da85c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demeter/quadrature/gauss_legendre.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class GaussLegendre {
void compute_weights();

private:
int nphi_; // nber of azimutal angles
int nteta_; // nber of polar angles
size_t nphi_; // nber of azimutal angles
size_t nteta_; // nber of polar angles

};
} // namespace Demeter

0 comments on commit 2da85c7

Please sign in to comment.