My Documents/Codes/MD++.svn/trunk/src/ising.h File Reference

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "general.h"
#include "organizer.h"
#include "display.h"

Go to the source code of this file.

Classes

class  CNFile
class  PropFile
class  Path
class  IsingFrame

Defines

#define EV   1.6021772E-19
#define BOLZ   1.380658E-23
#define KB   0.8617336E-4
#define max(a, b)   (((a)>(b))?(a):(b))
#define min(a, b)   (((a)<(b))?(a):(b))
#define MAXSPECIES   10
#define MAXCOLORS   10
#define Realloc(p, t, s)   {p=(t *)realloc(p,sizeof(t)*s);}


Define Documentation

#define BOLZ   1.380658E-23

Definition at line 19 of file ising.h.

#define EV   1.6021772E-19

Definition at line 18 of file ising.h.

Referenced by MDFrame::VVerlet_Get_s2().

#define KB   0.8617336E-4

#define max ( a,
 )     (((a)>(b))?(a):(b))

Definition at line 22 of file ising.h.

Referenced by UnitCell::operator*(), RODSFrame::plot(), and FSParam::readfile().

#define MAXCOLORS   10

#define MAXSPECIES   10

#define min ( a,
 )     (((a)<(b))?(a):(b))

Definition at line 25 of file ising.h.

Referenced by UnitCell::operator*().

#define Realloc ( p,
t,
s   )     {p=(t *)realloc(p,sizeof(t)*s);}


Generated on Tue Oct 28 15:21:10 2008 for MD++ by  doxygen 1.5.7.1