Hi,
I am trying to build Liggghts 3.8.0 on Ubuntu 21.10 using make auto and get an 'invalid static cast' error. I attached a screenshot of my code for your reference. I looked for this error but did not find any related questions on the forum. Can you please help me resolve it? Thank you in advance.
Attachment | Size |
---|---|
![]() | 360.12 KB |
Daniel Queteschiner | Mon, 04/11/2022 - 09:40
c++17 & messy code
See, e.g.:
https://www.cfdem.com/forums/how-set-compiler-version-and-c-version-make...
https://stackoverflow.com/questions/12163304/wired-output-of-a-bigger-ma...
Vasudha Kapre | Mon, 04/11/2022 - 19:26
Yes, adding .flush() in utils
Yes, adding .flush() in utils.h line 70 worked!
Thank you so much!