Directory Core/Algorithms/Visualization/

Total Files:
2
Deleted Files:
0
Lines of Code:
4355

[root]/Core/Algorithms/Visualization

Lines of Code

Core/Algorithms/Visualization/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sameer 4 (100.0%) 0 (-) 0.0

Most Recent Commits

sameer 2007-01-12 19:43 Rev.: 36383

Added a PDT_PARSER guard to prevent struct edgepairless from getting defined
twice. This does not affect the regular compilation with the other compilers. This
is needed because PDT does not support hash_map and there is a section above this
definition (!HAVE_HASH_MAP) where this struct is defined previously.

0 lines of code changed in 2 files:

  • Core/Algorithms/Visualization: TetMC.h (changed)
sameer 2007-01-12 19:40 Rev.: 36382

Added guards for HAVE_HASH_MAP for str_hasher. This only affects parsing
using PDT. Intel/GNU compilers get #define HAVE_HASH_MAP from
sci_hash_map.h. Confirmed with
icpc -E that this code is available. This fix is required because KAI
headers included in PDT do not have hash_map, an STL extension.

0 lines of code changed in 2 files:

  • Core/Algorithms/Visualization: RenderField.h (changed)
Generated by StatSVN 0.4.0