diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-17 14:48:41 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-17 14:48:41 -0400 |
commit | d45ebf57efe6e08d346f9cb23e1fcd9f5eead4f8 (patch) | |
tree | f0a11e96b21af28112afe85b55c5a5da1852ef2a | |
parent | a49c99b0167198deaf9bbed0b9fe7a188eac4d4b (diff) | |
download | levitating-d45ebf57efe6e08d346f9cb23e1fcd9f5eead4f8.tar.gz levitating-d45ebf57efe6e08d346f9cb23e1fcd9f5eead4f8.zip |
Fixed typo in player code
-rw-r--r-- | player/instructions.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/instructions.f90 b/player/instructions.f90 index 07007a3..587b6c8 100644 --- a/player/instructions.f90 +++ b/player/instructions.f90 @@ -231,11 +231,11 @@ contains end subroutine get_task_name function get_task_failure_okay(j, i) result(res) + use json_module, only: json_file implicit none class(json_file)::j integer, intent(in)::i - character(*), intent(in)::component logical::res |