re-structure

This commit is contained in:
wyj
2025-11-05 12:41:55 -05:00
parent 15c2cedcd2
commit 0330b6b363
3 changed files with 2 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#include <stdio.h>
#include <gsl/gsl_errno.h>
#include <math.h>
#define PI 3.1415926535897932384626433832795028841971693993751058
#define Rs 1
#define M (0.5*Rs)
#define R0 (15*Rs)
#define f(r) ((1.0-Rs/((double)r)))
#define bmin (1.5*sqrt(3.0))
#define THETAERROR 100000