[Matlab] Fix 'thermalConductivity' method
This commit is contained in:
parent
8b435f6dcb
commit
6d7ec8df43
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue