Skip to content

Commit

Permalink
merging w/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Choat committed Jan 15, 2024
1 parent 9330aec commit 7dfb805
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/bmi_topmodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -990,11 +990,7 @@ static int Set_value (Bmi *self, const char *name, void *array)
// assign self->data to topmodel pointer
topmodel = (topmodel_model *) self->data;

<<<<<<< HEAD

#if TOPMODEL_DEBUG >= 1
=======
>>>>>>> origin/master
printf("\n\n\nAT LEAST ONE OF THE FOLLOWING CALIBRATABLE PARAMETERS "
"WAS PROVIDED IN THE REALIZATION.JSON FILE!\n");

Expand All @@ -1012,11 +1008,7 @@ static int Set_value (Bmi *self, const char *name, void *array)
printf("szm = %f\n", topmodel->szm);
printf("sr0 = %f\n", topmodel->sr0);
printf("t0 = %f\n\n\n\n", topmodel->t0);
<<<<<<< HEAD
#endif
=======
>>>>>>> origin/master

}

// UPDATE APPROPRIATE PARAMETERS
Expand Down

0 comments on commit 7dfb805

Please sign in to comment.