Update of /cvsroot/pure-data/externals/grill/vasp/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8763/source
Modified Files: util.h Log Message: avoid malicious file name characters using flext build system remove legacy files
Index: util.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vasp/source/util.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** util.h 17 Mar 2003 04:36:54 -0000 1.2 --- util.h 17 Dec 2004 05:02:40 -0000 1.3 *************** *** 20,23 **** --- 20,30 ---- #define BIG 1.e10
+ #ifdef min + #undef min + #endif + + #ifdef max + #undef max + #endif
template<class T>