Anthony Islas

Results 62 comments of Anthony Islas

The fix in #2223 should resolve this particular issue. Note that the heavy memory usage is probably still linked to the new Intel compilers taking tons of memory. Coupled with...

@Plantain Thanks for the catch! The issue was some assumptions made in the use of cmake generator expressions. PR #2056 should fix that issue so that this will build properly.

Requires #2056 and #2053

> the use of void main() in fseek_test.c is not ISO C compliant I didn't actually know that `void` return on main wasn't ISO C. I think we don't even...

Rebased to v4.6.1 to resolve conflicts from duplicate changes

> As a final comment, I wonder whether the original code is correct? Would setting `angle = pi` be better when `tmp1 / tmp2` is less than `-1`? I'm unsure....

> trying to match the whitespace convention used in the rest of the `find_turb`: four spaces of indentation, and no space between the parentheses in conditional statements. Fixed, though I...

@weiwangncar What do you think about this? It could be useful to avoid users trying to download the wrong zip/tar files.

Requires #2056, #2053, #2086, and #2087