-
I use the following code to perform a test 3-scale tessellation, with the third scale being lamellar. However, The code always just stuck at the beginning of the first cell in the third scale, while consuming 99% of my CPU. When I use the same configuration to do 2-scale with lamellar, or 3-scale without lamellar, it works fine. Command I used:
lamwidth file:
What I get is:
Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
When you are at scale 3, the file refers to cells at scale 2 and so the multiscale cell ids (that come first on the line) should be of the form lamwidth:
The infinite loop issue was fixed in version 4.2.1-15. |
Beta Was this translation helpful? Give feedback.
When you are at scale 3, the file refers to cells at scale 2 and so the multiscale cell ids (that come first on the line) should be of the form
scale1_id::scale2_id
:lamwidth: