Browse Source

Fix for 'unused variable' compile warning.

pre-master-46
sjborley 21 years ago
parent
commit
ad52efc501
  1. 3
      src/ciderlib/support/mobil.c

3
src/ciderlib/support/mobil.c

@ -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)

Loading…
Cancel
Save