Skip to content
Snippets Groups Projects
Commit 0f96876c authored by François Henrotte's avatar François Henrotte
Browse files

Don't you think NbrDiv should be an integer ?

parent ac0d1fd5
No related branches found
No related tags found
No related merge requests found
Pipeline #8904 passed
......@@ -8,7 +8,7 @@ If(lc <= 0)
EndIf
// Number of elements on the sliding surface in rotation direction
NbrDiv = 100*mm/lc;
NbrDiv = Floor[100*mm/lc];
ModelAngleMin = 0. ;
ModelAngleMax = 60. ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment