mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 20:55:06 +00:00
removed debugging code after figuring out input problems causing segfault
This commit is contained in:
parent
bc48cf7b84
commit
2f8a547538
@ -1,3 +1,4 @@
|
||||
# 1 1
|
||||
0.00000 11.8520 0.0920392
|
||||
1.00000 11.6313 0.0921003
|
||||
2.00000 11.6957 0.0921849
|
||||
|
@ -1,3 +1,4 @@
|
||||
# 1 1
|
||||
0.00000 11.6191 0.0922944
|
||||
1.00000 11.6401 0.0922925
|
||||
2.00000 11.7752 0.0923443
|
||||
|
@ -1,3 +1,4 @@
|
||||
# 1 1
|
||||
0.00000 11.8346 0.0916311
|
||||
1.00000 11.5171 0.0936466
|
||||
2.00000 11.6853 0.0926701
|
||||
|
@ -194,7 +194,6 @@ void readLC( vector<vector<lcurve> >&LC , string fname , int secL , int b1 , int
|
||||
}else {
|
||||
Lc.push_back(lcurve(t,lc[b1],lce[b1],dt));
|
||||
}
|
||||
cerr << "Yo6!";
|
||||
// Do we need a second light curve?
|
||||
if(b2!=-1){Lc.push_back(lcurve(t,lc[b2],lce[b2],dt));}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
#incdir='/home/caes/science/psdlag-agn/src/'
|
||||
incdir='/Users/othoulrich/science/psdlag-agn/src'
|
||||
incdir='/home/caes/science/psdlag-agn/src/'
|
||||
#incdir='/Users/othoulrich/science/psdlag-agn/src'
|
||||
|
||||
|
||||
psdlag:
|
||||
|
Loading…
Reference in New Issue
Block a user