Fix for 'unused variable' compile warning.

This commit is contained in:
sjborley 2005-05-27 17:52:33 +00:00
parent 84b7f8c73d
commit ad52efc501
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/**********
Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/
#include "ngspice.h"
@ -134,7 +135,7 @@ void
MOBtempDep (MaterialInfo *info, double temp)
{
double relTemp = temp / 300.0;
double factor, muMin, muMax, mu0;
double factor, muMin, mu0;
/* Modify if necessary. */
if (TempDepMobility)