Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
d_dim.c
Go to the documentation of this file.00001 #include "f2c.h"
00002
00003 #ifdef KR_headers
00004 double d_dim(a,b) doublereal *a, *b;
00005 #else
00006 double d_dim(doublereal *a, doublereal *b)
00007 #endif
00008 {
00009 return( *a > *b ? *a - *b : 0);
00010 }