Cory Kramer

Results 3 issues of Cory Kramer

One of the namelists I am trying to parse using `f90nml` contains an array assignment of the following syntax ``` &example arr(1:2)%foo = 1.0, 2.0 arr(1:2)%bar = 3.0, 4.0 /...

bug

In addition to the table of contents (i.e. the `toctree`) is is possible to generate a "List of Figures" and "List of Tables" following the Table of Contents?

I added [`[[fallthrough]]`](https://en.cppreference.com/w/cpp/language/attributes/fallthrough) attributes to case statements when fallthrough behavior was intended. Fixes build warnings `-Wimplicit-fallthrough`. ``` opensubdiv/opensubdiv/bfr/hash.cpp:392:5: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] 392 | case 14: |...