Skip to content

Commit

Permalink
Merge pull request #84 from nordmoen/feature_xchalt_error_stop
Browse files Browse the repository at this point in the history
Make 'xchalt' signal error
  • Loading branch information
matsbn authored Apr 30, 2021
2 parents 13b9948 + 6ded070 commit f14423e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phy/mod_xc_mp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ c
#else
call abort()
#endif
stop '(xchalt)'
error stop '(xchalt)'
end subroutine xchalt

subroutine xclget(aline,nl, a, i1,j1,iinc,jinc, mnflg)
Expand Down
2 changes: 1 addition & 1 deletion phy/mod_xc_sm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ c
write(lp,*) '**************************************************'
call flush(lp)
endif
stop '(xchalt)'
error stop '(xchalt)'
end subroutine xchalt

subroutine xclget(aline,nl, a, i1,j1,iinc,jinc, mnflg)
Expand Down

0 comments on commit f14423e

Please sign in to comment.