calculix / beso

Python code for topology optimization using CalculiX FEM solver.
GNU Lesser General Public License v3.0
314 stars 48 forks source link

One line chang eto make it run on MacOS #32

Closed mxhf closed 1 year ago

mxhf commented 1 year ago

Hi,

I tried getting it to run on MacOS. It seems that in beso_main (line 384) only if sys.platform.startswith('darwin'): needs to change to if sys.platform.startswith('linux') or sys.platform.startswith('darwin'):

Cheers,

Max

fandaL commented 1 year ago

Hello, I have commited the change. Thanks