Skip to content

Commit 3918c20

Browse files
committed
Fixing an issue identified in #116
1 parent e7ab551 commit 3918c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModelicaByExample/PackageExamples/NewtonCooling.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ model NewtonCooling
2020
initial equation
2121
T = T0 "Specify initial value for T";
2222
equation
23-
m*c_p*der(T) = h*(T_inf-T) "Newton's Law of Cooling";
23+
m*c_p*der(T) = h*A*(T_inf-T) "Newton's Law of Cooling";
2424
end NewtonCooling;

0 commit comments

Comments
 (0)