BUG: bad names if ensight mask contains NO placeholder (fixes #1747)
- affects ensightSurfaceReader only. If there are no `*` characters, protect against replacement. Otherwise it would attempt to replace a zero-length string with a single `0`, which results in prepending the name. STYLE: ensightSurfaceReader constructor explicit
Please register or sign in to comment