Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: fftserverdemo - Function Up: fftserver - Tool Previous: fftserver.shift - Function


fftserver.done - Function



Package utility
Module mathematics
Tool fftserver


Delete the fftserver tool


Synopsis
done()


Description
The done function frees up all the memory associated with a fftserver tool. After calling this function the fftserver tool cannot be used. This function will shut down the server process if no other tools are using the numerics server.


Returns
T


Example
      include 'fftserver.g'
      server := fftserver();
      # ... manipulate the server as you see fit ...
      server.done(); # shut down the fftserver tool







next up previous contents index
Next: fftserverdemo - Function Up: fftserver - Tool Previous: fftserver.shift - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15