Commit cf66c678 authored by peastman's avatar peastman
Browse files

Fixed bug in Fortran header

parent f915b68a
...@@ -78,6 +78,10 @@ MODULE OpenMM_Types ...@@ -78,6 +78,10 @@ MODULE OpenMM_Types
integer*8 :: handle = 0 integer*8 :: handle = 0
end type end type
type OpenMM_IntSet
integer*8 :: handle = 0
end type
! Enumerations ! Enumerations
integer*4, parameter :: OpenMM_False = 0 integer*4, parameter :: OpenMM_False = 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment