Do not print the total computing time at the end of the driver.
Note that the braces are not needed in this case, since there is a single statement in the if-branch.
Also note that if notime is passed, we shouldn't print the line "tic0 = tic;" to the driver file
notime
"tic0 = tic;"
Thanks, I will change that.