****************************************
Short helpfile for action DUMPGRAPH
****************************************

The following arguments are compulsory: 

                 MATRIX - the action that calculates the adjacency matrix vessel we 
                          would like to analyze 
                 STRIDE - ( default=1 ) the frequency with which you would like to 
                          output the graph 
                   FILE - the name of the file on which to output the data 
             MAXCONNECT - ( default=0 ) maximum number of connections that can be 
                          formed by any given node in the graph. By default this is set 
                          equal to zero and the number of connections is set equal to the 
                          number of nodes. You only really need to set this if you are 
                          working with a very large system and memory is at a premium 

