Silence inadvertently loud debug in TraceLine#66
Conversation
Commented lines were causing bracket mismatches in vim, and the return when n>LGM_MAX_INTERP_PNTS was flagged by cpplint as needing to be clearly disambiguated by bracketing the if flow on the previous line. Some blank white lines were removed for readability
|
@JeffreyBroll @mghenderson64 |
|
Looks good from here. |
Probably, but I have a stale branch somewhere that was deep into cleanup and it's a huge job, so initially almost every rule and file will be excluded
Believe it or not, I think this is actually better than it used to be. There is an |
TraceLine.chas differentLgm_TraceLinevariants, and when used in the mode that adds a new point at exactly Bm there was some unhidden debug output (i.e., debug was never hit ifAddBminPointwasFALSE).This has now been changed to require a
VerbosityLevelsetting of 2 or higher in the inputMagModelInfostructure.Alongside this a number of formatting changes were made.