Skip to content

Reply To: Common IDE for OpenLB

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Common IDE for OpenLB Reply To: Common IDE for OpenLB

#9177
PhilippS
Participant

> Which module imports? We are only using plain header includes.

Even the import of olb2D.h in any of the examples, e.g. cavity2d.cpp. I suspect this is because of the relative path in the Makefile. This is also sometimes difficult for PyCharm to handle with Python projects.

Thank you very much for the info!