Skip to content

Commit

Permalink
Removing curse words.
Browse files Browse the repository at this point in the history
--HG--
branch : week-of-code
  • Loading branch information
matthewturk committed May 13, 2010
1 parent bac346e commit 40adaa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion input/metal_cooling.pro
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ function metal_cooling, rho, nelec, nHI, nHII, nH2I, T, Z, redshift, pop3=pop3
cp_heat = cp10.bij * (cp10.eji_k*kb) * $
(REFORM(cp_ratio[*,0]) * Cplus_ratio * rho * abundances.C * Z)
cp10.total = cp_cool - cp_heat
; shit

;; Si+
sip_cool = (sip10.aji + sip10.bji) * (sip10.eji_k*kb) * $
Expand Down
2 changes: 1 addition & 1 deletion src/enzo/Grid_CopyBaryonFieldToOldBaryonField.C.BUG_1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int grid::CopyBaryonFieldToOldBaryonField()

}else{

fprintf(stderr,"Shit-- in CopyBF to Old, no AccelerationField.\n");
fprintf(stderr,"Error in CopyBF to Old, no AccelerationField.\n");
return FAIL;

}
Expand Down

0 comments on commit 40adaa9

Please sign in to comment.