deallocate-StoppingTest.inc
#ifdef use_allocatable
if (allocated(w)) deallocate( w )
#else
# if defined(mmsl)
if (ipw .ne. 0) then
call MMRELBLK ('w-Stoppi', 'pingTest', ipw, memerr)
endif
# elif defined(mms)
if (ipw .ne. 0) call RELVAR ('w-Stoppi', memerr)
# elif defined(sun) || defined(hpux) || defined(irix) || defined(osf1)
if (ipw .ne. 0) call FREE (ipw)
# elif defined(aix)
if (ipw .ne. 0) call FREE (%val(ipw))
# elif defined(cray)
if (ipw .ne. 0) call HPDEALLC (ipw, memerr, 0)
# endif
#endif