spirit-code / spirit

Atomistic Spin Simulation Framework
http://spirit-code.github.io
MIT License
118 stars 52 forks source link

Python API: set_output_folder and set_output_file_tag not working #464

Closed MSallermann closed 5 years ago

MSallermann commented 5 years ago

The argtypes for both functions are incomplete. I.e log.py:70 _Set_Output_File_Tag.argtypes = [ctypes.c_char_p] should be log.py:70 _Set_Output_File_Tag.argtypes = [ctypes.c_void_p, ctypes.c_char_p]

GPMueller commented 5 years ago

Fixed with bddb3a4b7d74d5caa6a3c3813150aae3cef4fc88.