mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:35:08 +00:00
working on seds
This commit is contained in:
parent
0c5e8f56af
commit
53aebdea81
@ -19,6 +19,7 @@ namespace agn {
|
|||||||
|
|
||||||
const bool debug = false;
|
const bool debug = false;
|
||||||
const bool line_debug = false;
|
const bool line_debug = false;
|
||||||
|
const bool verbose=true;
|
||||||
|
|
||||||
// General constants
|
// General constants
|
||||||
const double PI=3.14159265358979323846;
|
const double PI=3.14159265358979323846;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "agn.hpp"
|
#include "agn.hpp"
|
||||||
|
#include "sed.hpp"
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char const *argv[])
|
int main(int argc, char const *argv[])
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "agn.hpp"
|
#include "agn.hpp"
|
||||||
|
#include "sed.hpp"
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char const *argv[])
|
int main(int argc, char const *argv[])
|
||||||
|
Loading…
Reference in New Issue
Block a user