This commit is contained in:
caes 2017-04-16 18:50:18 -04:00
parent 4c6c93ca26
commit 69bf599b28

View File

@ -17,8 +17,8 @@
namespace agn {
const bool debug = false;
const bool line_debug = true;
const bool debug = true;
const bool line_debug = false;
// General constants
const double PI=3.14159265358979323846;