Skip to content

Commit

Permalink
csv reader exports copy_name - bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-boon committed May 3, 2020
1 parent 80be5a3 commit 2cbf8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/aed2.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef _AED2_H_
#define _AED2_H_

#define AED2_VERSION "1.3.4"
#define AED2_VERSION "1.3.5"

#define MAX_MODELS 40

Expand Down
1 change: 1 addition & 0 deletions src/aed2_csv_reader.F90
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ MODULE aed2_csv_reader
!-------------------------------------------------------------------------------
PUBLIC aed_csv_read_header, aed_csv_read_row, aed_csv_close, AED_SYMBOL
PUBLIC extract_double, extract_logical, extract_integer, extract_string
PUBLIC copy_name

CONTAINS

Expand Down

0 comments on commit 2cbf8ac

Please sign in to comment.