From fc4af2c0c11a2a32a676a2c98e1801cb3e97352c Mon Sep 17 00:00:00 2001
From: Folkert Nobels <nobels@strw.leidenuniv.nl>
Date: Tue, 27 Nov 2018 13:45:10 +0100
Subject: [PATCH] start of the Schaye+08 starformation model

---
 src/starformation/schaye08/starformation.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/starformation/schaye08/starformation.h b/src/starformation/schaye08/starformation.h
index aeb25d0e51..2c5a989229 100644
--- a/src/starformation/schaye08/starformation.h
+++ b/src/starformation/schaye08/starformation.h
@@ -277,9 +277,6 @@ static void starformation_init_backend(
   /* !!!DONT FORGET TO DO THE CORRECT UNIT CONVERSION!!!*/
   starform->den_crit_star = starform->den_crit / pow(starform->Z0,
   starform->n_Z0) * conversion_numb_density;
-
-
-  
 }
 
 /* @brief Prints the used parameters of the star formation law 
@@ -287,8 +284,8 @@ static void starformation_init_backend(
  * @param starform the star formation law properties.
  * */
 static void starformation_print_backend(
-    const struct star_formation* starform){ 
-
+    const struct star_formation* starform 
+    ){ 
   message("Star formation law is Schaye and Dalla Vecchia (2008)"
   " with properties, normalization = %e, slope of the Kennicutt"
   "-Schmidt law = %e, gamma = %e, gas fraction = %e, critical "
-- 
GitLab