initial checkin, based on GSS 0.46 CVS
[gss-tcad.git] / src / include / opt_update.h
blob89801c737d1042e34a86fcb07845af7059c894bd
1 /*****************************************************************************/
2 /* 8888888 88888888 88888888 */
3 /* 8 8 8 */
4 /* 8 8 8 */
5 /* 8 88888888 88888888 */
6 /* 8 8888 8 8 */
7 /* 8 8 8 8 */
8 /* 888888 888888888 888888888 */
9 /* */
10 /* A Two-Dimensional General Purpose Semiconductor Simulator. */
11 /* */
12 /* GSS 0.4x */
13 /* Last update: May 11, 2006 */
14 /* */
15 /* Gong Ding */
16 /* gdiso@ustc.edu */
17 /* NINT, No.69 P.O.Box, Xi'an City, China */
18 /* */
19 /*****************************************************************************/
21 #ifndef _opt_update_h_
22 #define _opt_update_h_
23 #include "cmdbuf.h"
24 #include "log.h"
25 #include <string.h>
26 #include <math.h>
27 #include "typedef.h"
29 extern double opt_update(double t);
31 #endif