Skip to content

Commit

Permalink
removing merged oddness
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Aug 21, 2016
1 parent 8ba3f42 commit 296a27d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.
123 changes: 0 additions & 123 deletions c_src/old_web.c

This file was deleted.

3 changes: 0 additions & 3 deletions c_src/web.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "blackbody.h"
#include "web.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>

double *lightcurve(int n_layers, int n_points, double *t, double tc, double per, double a, double inc, double ecc, double omega, double a_rs, double rp,double u1, double u2,int brightness_model,double *brightness_params){
Expand Down Expand Up @@ -68,8 +67,6 @@ double *lightcurve(int n_layers, int n_points, double *t, double tc, double per,

double *coords = separation_of_centers(t[n]-phase_dt,tc,per,a,inc,ecc,omega,a_rs,r2);

double *coords = separation_of_centers(t[n]-phase_dt,tc,per,a,inc,ecc,omega,a_rs,r2);

map_model(planet,n_layers,lambda0,phi0,u1,u2,brightness_model,brightness_params);

p_bright = 0.0;
Expand Down

0 comments on commit 296a27d

Please sign in to comment.