Skip to content

Commit

Permalink
Modif type entier main
Browse files Browse the repository at this point in the history
  • Loading branch information
Goul-tard committed Dec 22, 2024
1 parent 2da85c7 commit 9a3fb58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ int main() {


// Define variables
int ngroups = 2;
int naniso = 0;
int nmoms = (naniso+1)*(naniso+1);
size_t ngroups = 2;
size_t naniso = 0;
size_t nmoms = (naniso+1)*(naniso+1);

// Define cross sections
ArrayXd sigma_t(ngroups);
Expand Down

0 comments on commit 9a3fb58

Please sign in to comment.