dengwirda / jigsaw

JIGSAW is a Delaunay-based unstructured mesh generator for two- and three-dimensional geometries.
Other
144 stars 36 forks source link

Signed vs unsigned ints #25

Open dengwirda opened 5 years ago

dengwirda commented 5 years ago

Can unsigned ints be used everywhere? This would ease any signed-to-unsigned conversion issues, but -ve ints are currently used to denote certain flags... Would allow x 2 increase in max mesh size, but might increase size of in-mem. data-structures (to mark constrained faces, etc)?

Would be nice to compile quietly with -Wsigned-conversion -Wfloat-conversion -Wshadow and the equiv. with msvc, clang++, etc.