From d2744cd4b8d9bef38086526e8e487bafed1fad84 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 9 Apr 2005 21:09:01 +0000 Subject: optimized AtomList functions temporary fixes for VASP compilation updates for batch mode fixes for OSX updated build system fixed timer1 tutorial project oops, forgot about SIMD for Windows fixed compilation with SIMD instructions added shared library build facility for Windows fixed shared library versioning fixed flext::Timer::At method build system: added profiler mode, more fixes moved FLEXT_SHARE definition smaller changes to TableMap small optimizations new: FLEXT_WARN, FLEXT_ERROR macros win32 threading model included fixes for Max compilation svn path=/trunk/; revision=2706 --- externals/grill/flext/source/flmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flmap.h') diff --git a/externals/grill/flext/source/flmap.h b/externals/grill/flext/source/flmap.h index fed5390a..4c3a1c9e 100644 --- a/externals/grill/flext/source/flmap.h +++ b/externals/grill/flext/source/flmap.h @@ -194,7 +194,7 @@ private: const int tsize; Data *const data; - int count,n; + int n,count; TableAnyMap *parent,*left,*right; int _tryix(size_t k) const -- cgit v1.2.1