Xiangyu-Hu / SPHinXsys

SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.

Home Page:https://www.sphinxsys.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reload File leads to assert failure when use debug mode in Vscode

FengWang3119 opened this issue · comments

image
I run the test case: 2d standing wave with debug mode in vscode, when I input relaxed fluid particle data, the assertation fails.
image
image
image
When I use the release mode or release with debug information mode, this case is OK, since in these 2 modes, assertation seems not function.
This situation also happens in my own case when I want to reload data with debug mode.

It should be OK now after bug fix pull request #575.