working on seds

This commit is contained in:
caes 2017-08-08 05:20:20 -04:00
parent 0c5e8f56af
commit 53aebdea81
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
#include "agn.hpp"
#include "sed.hpp"
int main(int argc, char const *argv[])

View File

@ -1,5 +1,5 @@
#include "agn.hpp"
#include "sed.hpp"
int main(int argc, char const *argv[])