Skip to content

Commit

Permalink
Changed _ASSERT(.false. to _FAIL(
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Clune <[email protected]>
  • Loading branch information
mmanyin and tclune authored Dec 5, 2023
1 parent bfa4597 commit 87915a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridcomps/ExtData2G/ExtDataOldTypesCreator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ subroutine fillin_primary(this,item_name,base_name,primary_item,time,clock,unusa
if ( ASSOCIATED(this%file_stream_map%at(trim(rule%collection))) ) then
dataset => this%file_stream_map%at(trim(rule%collection))
else
_ASSERT(.FALSE.,"ExtData problem with collection "//TRIM(rule%collection))
_FAIL("ExtData problem with collection "//TRIM(rule%collection))
end if

primary_item%file_template = dataset%file_template
Expand Down

0 comments on commit 87915a6

Please sign in to comment.