00001 #include "algomaker.h" 00002 #include "printalgo.h" 00003 00004 char printAlgo[]="Write alignment to file";//The text that shows up in the popup 00005 const bool printPopsup = true;//true if it shuold pop up in context menu 00006 template 00007 const AlgoMakerTP< PrintAlgo, printAlgo, printPopsup > AlgoMakerTP< PrintAlgo, printAlgo, printPopsup >::registerThis; 00008