aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flmap.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-04-09 21:09:01 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-04-09 21:09:01 +0000
commitd2744cd4b8d9bef38086526e8e487bafed1fad84 (patch)
tree597d36ca2a1859a3511a2f7b0c3248f0683cd779 /externals/grill/flext/source/flmap.h
parent4df086cf574b5ed0c34b4e794c80533d21bc1884 (diff)
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
Diffstat (limited to 'externals/grill/flext/source/flmap.h')
-rw-r--r--externals/grill/flext/source/flmap.h2
1 files changed, 1 insertions, 1 deletions
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