This commit is contained in:
caes 2017-06-22 22:11:06 -04:00
parent 2f88332fea
commit 131d98213e

View File

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