optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Changes tic() and toc() and added printtologfile() #1641

Closed gchadder3 closed 7 years ago

gchadder3 commented 7 years ago

I changed tic() and toc() to allow the MATLAB usage (using a global variable tictime). I also added a function for sending a message to a logging text file (using an append). The new version of toc() uses this log file if a filename is passed in.

cliffckerr commented 7 years ago

thanks @gchadder3 , looks good!