mathilbl.h

Go to the documentation of this file.
00001 /* Gnome gxsm - Gnome X Scanning Microscopy
00002  * universal STM/AFM/SARLS/SPALEED/... controlling and
00003  * data analysis software
00004  * 
00005  * Copyright (C) 1999 The Free Software Foundation
00006  *
00007  * Authors: Percy Zahl <zahl@fkp.uni-hannover.de>
00008  * additional features: Andreas Klust <klust@fkp.uni-hannover.de>
00009  *
00010  * This program is free software; you can redistribute it and/or modify
00011  * it under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation; either version 2 of the License, or
00013  * (at your option) any later version.
00014  *
00015  * This program is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018  * GNU General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with this program; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
00023  */
00024 
00025 /*@
00026  *@     File:   mathilbl.h
00027  *@     Datum:  30.11.1995
00028  *@     Author: P.Zahl
00029  *@     Zweck:  Definitionen für math.c
00030  *@             - Prototypen
00031  *@
00032  *@     Funktionen:
00033  */
00034 
00035 #ifndef MATHILBL__H
00036 #define MATHILBL__H
00037 
00038 
00039 #include "xsmmath.h"
00040 
00041 extern gboolean IslandLabl(MATHOPPARAMS);
00042 extern gboolean StepFlaten(MATHOPPARAMS);
00043 extern gboolean KillStepIslands(MATHOPPARAMS);
00044 extern double d_sa;
00045 extern double d_pr;
00046 extern double d_lbn;
00047 extern gchar *filename;
00048 extern gchar *simname;
00049 extern int inter;
00050 extern int save;
00051 
00052 #endif // MATHILBL__H

Generated on Sat Apr 1 09:04:23 2006 for GXSM by  doxygen 1.4.6