config.addRequiredList<String>("input-files","Input files containing the mesh functions to be compared.");
config.addEntry<String>("mesh-function-name","Name of the mesh function in the input files.","f");
config.addEntry<String>("output-file","File for the output data.","tnl-diff.log");
config.addEntry<String>("mode","Mode 'couples' compares two subsequent files. Mode 'sequence' compares the input files against the first one. 'halves' compares the files from the and the second half of the intput files.","couples");
config.addEntry<String>("mode","Mode 'couples' compares two subsequent files. Mode 'sequence' compares the input files against the first one. 'halves' compares the files from the first and the second half of the intput files.","couples");
config.addEntryEnum<String>("couples");
config.addEntryEnum<String>("sequence");
config.addEntryEnum<String>("halves");
@@ -39,29 +64,12 @@ int main( int argc, char* argv[] )