Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

test.C

Go to the documentation of this file.
00001 
00002 // hdyn_tt.C: hdyn-specific node-handling functions.
00003 
00004 #include "hdyn.h"
00005 
00006 
00007 main()
00008 {
00009     hdyn *b;
00010     cout << "Hi \n";
00011     b = get_hdyn(cin);
00012 
00013     cout << "Hi 2\n";
00014     pp3(b);
00015     cout << "Hi 3\n";
00016     put_node(cout,*b);
00017 }
00018 

Generated at Sun Feb 24 09:57:18 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001