Skip to content
Snippets Groups Projects
Commit fa1c885a authored by Boris Martin's avatar Boris Martin
Browse files

tutorial update: made nDom unsigned to remove warnings

parent a8b4863b
Branches
Tags
1 merge request!15Hotfix tutorial
Pipeline #10067 passed
...@@ -89,7 +89,7 @@ int main(int argc, char **argv) ...@@ -89,7 +89,7 @@ int main(int argc, char **argv)
double pi = 3.14159265359; double pi = 3.14159265359;
int nDom = 3; unsigned int nDom = 3;
gmshDdm.userDefinedParameter(nDom, "nDom"); gmshDdm.userDefinedParameter(nDom, "nDom");
double L = 5; double L = 5;
double l = 1; double l = 1;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment