You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bafflingly, the one function I want most, the core routine for the ks_spectrum program (ks_spectrum/control.c:main) doesn't generate. VSCode flags an error in control.c:225 as it's missing a define (GAUGE_TOL_FIX) which looks like it comes from the build process and the IDE can't introspect, and so Doxygen probably can't either.
Tried adding an import for it to the file, but it didn't work. Ah well.
It'd be very helpful to have a call graph for the code to help understand what's going on, where. Doxygen with Graphviz can generate this.
The text was updated successfully, but these errors were encountered: