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


next up previous contents index
Next: interpolate1d.type - Function Up: interpolate1d - Tool Previous: interpolate1d.setfunction - Function


interpolate1d.done - Function



Package utility
Module mathematics
Tool interpolate1d


Delete the interpolate1d tool


Synopsis
done()


Description
The done function frees up all the memory associated with a interpolate1d tool. After calling this function the interpolate1d 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 'interpolate1d.g'
      server := interpolate1d();
      # ... manipulate the server as you see fit ...
      server.done(); # shut down the interpolate1d tool




next up previous contents index
Next: interpolate1d.type - Function Up: interpolate1d - Tool Previous: interpolate1d.setfunction - 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