Tobias Reiter
Tobias Reiter
**Memory leak in lsWriteVisualizationMesh (concerning asan fail in ViszaulizationMesh test):** `cellPoints` on line 92 in lsWriteVisualizationMesh are not initialized as a smart pointer. This can be fixed by changing the...
**Stack-buffer-overflow in lsDomain and lsPointData (concerning asan fail in FileWriter test):** In the `deserialize` functions in `lsDomain` and `lsPointData` the `identifier` char array can not safely be converted because the...
**Stack-buffer-underflow in hrleGrid (concerning asan fail Serialize test):** This is an asan fail in the ViennaHRLE library.
Should be fixed since version 4.3.0
I have experienced some issues with mypy stubgen, where some classes are not typed correctly. Therefore I have added the current stub files which I edited manually. Would be interesting...
Hi! Regarding the coupling to ViennaPS: Classes that use psDomain (`csAtomicLayerProcess` and `csMeanFreePath`, you can ignore `csSurfaceCellSet` for now) should be decoupled from ViennaPS by just passing the cell-set instead...
Thank you for your feedback, I'm glad to hear that you think the project looks great. Integrating with GDSFactory as a plugin sounds like a great addition. We'd appreciate any...
It appears there might be a linking issue with your VTK build. Could you please clarify whether you are using your own custom-built VTK, or if you're relying on the...
I am not able to reproduce this problem. Could you please provide additional information on your build system and building steps. I've successfully reproduced this issue with a fresh build...
I’ll close this issue due to inactivity. If you still encounter the problem, feel free to reopen it.