Closed gkaguirre closed 7 years ago
When called with the overwriteControlFile flag, the makePrelimControlFile routine should completely over-write any existing control file. Instead, the newly calculated instructions are appended to the existing control file.
overwriteControlFile
Fixed with this commit
When called with the
overwriteControlFile
flag, the makePrelimControlFile routine should completely over-write any existing control file. Instead, the newly calculated instructions are appended to the existing control file.