This commit is contained in:
caes 2017-06-22 21:48:30 -04:00
parent f70c6af6b0
commit 98ddef2bdf
2 changed files with 46 additions and 1368 deletions

File diff suppressed because it is too large Load Diff

View File

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