Skip to content

Commit

Permalink
Bring back the missing Cython string specification
Browse files Browse the repository at this point in the history
  • Loading branch information
MBartkowiakSTFC committed Mar 27, 2024
1 parent df96793 commit 967c45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MDANSE/Extensions/xtc/trr.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# License along with MDTraj. If not, see <http://www.gnu.org/licenses/>.
##############################################################################


# cython: c_string_type=str, c_string_encoding=ascii

import os
import warnings
Expand Down
2 changes: 1 addition & 1 deletion MDANSE/Extensions/xtc/xtc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# License along with MDTraj. If not, see <http://www.gnu.org/licenses/>.
##############################################################################


# cython: c_string_type=str, c_string_encoding=ascii

import os
import warnings
Expand Down

0 comments on commit 967c45b

Please sign in to comment.