Fix bug in struct declaration.
Compare changes
Files
2- Thomas Jahns authored
* The Fortran version must mirror the C version.
+ 1
− 1
@@ -77,7 +77,7 @@ getEventGroupRootEvent(struct _eventGroup* eg);
This fixes a divergence of C and Fortran versions of the _event struct declaration for C and Fortran.
* The Fortran version must mirror the C version.