Merge branch 'master' of github.com:othocaes/cloudy-agn

This commit is contained in:
caes 2017-04-16 18:50:22 -04:00
commit 14d61526ae

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;