Skip to content

Commit

Permalink
(Minor) Stop clearing mata on load
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorreia committed Dec 28, 2020
1 parent fcb4e14 commit 67d83c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ftools.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.41.0 02nov2020
*! version 2.42.0 28dec2020
* This file is just used to compile ftools.mlib

program define ftools
Expand Down
1 change: 0 additions & 1 deletion src/ftools.mata
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
loc debug_off = cond(`debug', "off", "on")

set matadebug `debug_on'
mata: mata clear
mata: mata set matastrict `debug_off'
mata: mata set mataoptimize on
mata: mata set matadebug `debug_on'
Expand Down

0 comments on commit 67d83c5

Please sign in to comment.