Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1. void
  2. molinit(molData *m, inputPars *par, struct grid *g,int i){
  3.     int id, ilev, iline, itrans, itemp, *ntemp, tnint=-1, idummy, ipart;
  4.     double fac, uprate, downrate=0, dummy, amass;
  5.     struct data { double *colld, *temp; } *part;
  6.  
  7.     char string[80], specref[80];
  8.     FILE *fp;
  9.    
  10.  
  11.     free(part);
  12.     free(ntemp);
  13.    
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement