hod code cleaned out

This commit is contained in:
P.M. Sutter 2014-05-22 21:03:56 -05:00
parent 1ec0d26b20
commit bc9c3b5328
15 changed files with 1757 additions and 55 deletions

View file

@ -98,11 +98,6 @@ int main(int argc, char **argv)
* arg==999 goes to the test program, superceding tasks.
* arg<0 supercedes the MCMC random number in the batfile.
*/
if(argc>2)
{
if(atoi(argv[2])==999)
test(argc,argv);
}
tasks(argc,argv);
}