forgot this in last commit
Important: Do not update only the code dir, also the lib dir
This commit is contained in:
parent
3eec0ecdcd
commit
59ba41e9e7
|
@ -1356,7 +1356,7 @@ subroutine validate_query_storage(n)
|
|||
integer(pInt), intent(in) :: n
|
||||
|
||||
if (int(size(sr%results,1),pInt) < n) then
|
||||
call IO_error (460_pInt,e=n,i=int(size(sr%results,1),pInt),ext_msg='KD_TREE_TRANS: not enough storage for results(1:n)')
|
||||
call IO_error (460_pInt,el=n,ip=int(size(sr%results,1),pInt),ext_msg='KD_TREE_TRANS: not enough storage for results(1:n)')
|
||||
endif
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue