This commit is contained in:
caes 2017-06-22 21:50:16 -04:00
parent d95c46f003
commit ede7c02290

View File

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