Definition at line 162 of file dc_hash.f90.
◆ dchashrewind0()
| subroutine dc_hash::rewind::dchashrewind0 |
( |
type(hash), intent(inout) | hashv | ) |
|
Definition at line 236 of file dc_hash.f90.
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260 implicit none
261 type(HASH), intent(inout) :: hashv
262 continue
263 hashv % search_index = 1
The documentation for this interface was generated from the following file: