Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Development v1.2 #2

Merged
merged 22 commits into from
Jun 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add additional error flag constants
  • Loading branch information
jchristopherson committed May 27, 2021
commit 45a4855a28f5293d88409cf3bfe702d86243decf
2 changes: 2 additions & 0 deletions src/fcore_constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ module fcore_constants
integer(int32), parameter :: FCORE_EXISTING_KEY_ERROR = 10008
!> @brief Occurs if a data type error is encountered.
integer(int32), parameter :: FCORE_DATA_TYPE_ERROR = 10009
!> @brief Occurs if an attempt to write to a null reference is made.
integer(int32), parameter :: FCORE_NULL_REFERENCE_ERROR = 10010
end module