Index: /issm/trunk-jpl/src/c/shared/Elements/ComputeDelta18oTemperaturePrecipitation.cpp
===================================================================
--- /issm/trunk-jpl/src/c/shared/Elements/ComputeDelta18oTemperaturePrecipitation.cpp	(revision 19007)
+++ /issm/trunk-jpl/src/c/shared/Elements/ComputeDelta18oTemperaturePrecipitation.cpp	(revision 19008)
@@ -17,7 +17,4 @@
   IssmDouble glacialindex; // used to vary present day temperature
 
-  // CURENTLY THE TEMPERATURE COMPUTED HERE ARE NOT USED.
-  // Tdiff is used isnstead in PddSurfaceMassBalance.cpp to get the interpolated temperature
-
   glacialindex = (Delta18oTime-Delta18oPresent-delta18oLapseRate*(Delta18oSurfaceTime-Delta18oSurfacePresent))
     /(Delta18oLgm-Delta18oPresent-delta18oLapseRate*(Delta18oSurfaceLgm-Delta18oSurfacePresent)); // Tarasov 2004 paper
@@ -25,5 +22,4 @@
   for (int imonth = 0; imonth<12; imonth++){
     monthlytemperaturestmp[imonth] = glacialindex*TemperaturesLgm[imonth] + (1.-glacialindex)*TemperaturesPresentday[imonth];
-    //monthlyprectmp[imonth] = 1.5*pow(2,((monthlytemperaturestmp[imonth]-273.15-0)/10)); //equation from rob's paper
     monthlyprectmp[imonth] = PrecipitationsPresentday[imonth];
 
@@ -32,4 +28,3 @@
     *(monthlyprecout+imonth) = monthlyprectmp[imonth];
   }
-  // printf(" tempera %f\n",monthlytemperaturestmp[1]);
 }
