Skip to content

Commit

Permalink
fix for crash on sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-boon committed Mar 23, 2024
1 parent 5bef2bc commit f8e8f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/aed.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef _AED_H_
#define _AED_H_

#define AED_VERSION "2.1.1"
#define AED_VERSION "2.1.2"

#define MAX_MODELS 40

Expand Down
4 changes: 2 additions & 2 deletions src/aed_csv_reader.F90
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ LOGICAL FUNCTION next_symbol(aedr, sym)
! get the next "symbol" from the file, if there is one
!-------------------------------------------------------------------------------
!ARGUMENTS
TYPE(AED_READER),POINTER :: aedr
TYPE(AED_SYMBOL),INTENT(out) :: sym
TYPE(AED_READER),POINTER :: aedr
TYPE(AED_SYMBOL),INTENT(inout) :: sym

!LOCALS
INTEGER :: iostat, s1, e1, i, j
Expand Down

0 comments on commit f8e8f72

Please sign in to comment.