Skip to content
Snippets Groups Projects
Commit 976e20d8 authored by James Willis's avatar James Willis
Browse files

Changed int variables to size_t.

parent 7b5f0135
No related branches found
No related tags found
1 merge request!129Parameter file
......@@ -22,7 +22,7 @@
int main() {
int Ngas = -1, Ngpart = -1;
size_t Ngas = 0, Ngpart = 0;
int periodic = -1;
int i, j, k, n;
double dim[3];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment