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
refactor(FXC-6541): default SurfaceOutput.name to None and write empty string to solver JSON
Change SurfaceOutput.name and TimeAverageSurfaceOutput.name default from
a string label to None. The translator writes an empty string to the solver
JSON when name is None, so the C++ solver falls back to the standard
"surface" prefix. Non-None names are written as-is for disambiguation.
Made-with: Cursor
0 commit comments