1.1 --- a/Hardware/CPU/IntelCPU.cs Sat Jun 05 18:59:54 2010 +0000
1.2 +++ b/Hardware/CPU/IntelCPU.cs Sun Jun 06 11:07:57 2010 +0000
1.3 @@ -172,7 +172,7 @@
1.4 {
1.5 coreTemperatures = new Sensor[coreCount];
1.6 for (int i = 0; i < coreTemperatures.Length; i++) {
1.7 - coreTemperatures[i] = new Sensor(CoreString(i), i, tjMax[i],
1.8 + coreTemperatures[i] = new Sensor(CoreString(i), i,
1.9 SensorType.Temperature, this, new ParameterDescription[] {
1.10 new ParameterDescription(
1.11 "TjMax [°C]", "TjMax temperature of the core.\n" +