[Matlab] Fix 'thermalConductivity' method

This commit is contained in:
Ray Speth 2013-11-03 20:46:38 +00:00
parent 8b435f6dcb
commit 6d7ec8df43

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;