src/EditProductTab8.cpp

changeset 435
6f84ab6125ad
parent 395
7212b980a527
--- a/src/EditProductTab8.cpp	Fri Nov 11 15:04:23 2022 +0100
+++ b/src/EditProductTab8.cpp	Mon Nov 14 15:23:51 2022 +0100
@@ -63,6 +63,7 @@
 
     if ((F.di_ph != 5.7) && ((F.acid_to_ph_57 < - 0.1) || (F.acid_to_ph_57 > 0.1))) {
 	C1 = F.acid_to_ph_57 / (F.di_ph - 5.7);
+	//qDebug() << "  BufferCapacity(" << F.name << C1 << F.acid_to_ph_57 << F.di_ph << "from database";
     } else {
 	/*
 	 * If the acid_to_ph_5.7 is unknown from the maltster, guess the required acid.
@@ -79,6 +80,7 @@
 	   case FERMENTABLE_GRAINTYPE_SOUR_MALT:	C1 = -149;
 							break;
 	}
+	//qDebug() << "  BufferCapacity(" << F.name << C1 << "educated guess";
     }
     return C1;
 }

mercurial