Bug in polyco.C

Issue #29 resolved
Paul Ray created an issue

polyco.C, lines 134-136 should be deleted. They currently are:

    // Zap the output files so we can append days to them later                                                                       
    fclose(fopen("polyco_new.dat","w"));
    fclose(fopen("newpolyco.dat","w"));

The deleting of the files is handled a few lines earlier with the correct fname1, fname2 using the polyco_file prefix. It should not be done again here.

Comments (1)

  1. Log in to comment