Move GuessCycle() and friends to StringHelpers #20100
Labels
enhancement
New feature or request
impact medium
Productivity partially degraded (not easily mitigated bug) or improved (enhancement)
low-hanging fruit
A cognizant developer has a shot at resolving in <1/2 day of work
reviewed
Issue has been reviewed and labeled by a developer
Milestone
We have logic for guessing cycles from filenames in
avtFileFormat.[Ch]
. There is no reason it needs to be there. It is all string processing and is probably best re-factored tosrc/common/utility/StringHelpers.[Ch]
. Its better there becauseStringHelpers
is more easily included in more places in VisIt.The text was updated successfully, but these errors were encountered: