removed debugging code after figuring out input problems causing segfault

This commit is contained in:
caes 2016-06-10 12:53:46 -04:00
parent bc48cf7b84
commit 2f8a547538
5 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# 1 1
0.00000 11.8520 0.0920392
1.00000 11.6313 0.0921003
2.00000 11.6957 0.0921849

View File

@ -1,3 +1,4 @@
# 1 1
0.00000 11.6191 0.0922944
1.00000 11.6401 0.0922925
2.00000 11.7752 0.0923443

View File

@ -1,3 +1,4 @@
# 1 1
0.00000 11.8346 0.0916311
1.00000 11.5171 0.0936466
2.00000 11.6853 0.0926701

View File

@ -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));}

View File

@ -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: