[Matlab] Fix 'thermalConductivity' method

This commit is contained in:
Ray Speth 2013-11-03 20:46:38 +00:00
parent 957c88fcff
commit 3a0c370550

View file

@ -43,6 +43,7 @@ void transportmethods(int nlhs, mxArray* plhs[],
break;
case 2:
vv = trans_thermalConductivity(n);
break;
case 3:
vv = trans_electricalConductivity(n);
break;