lukeshope / hipims-ocl

The high-performance integrated modelling system, for hydraulic and hydrological simulations
GNU General Public License v3.0
21 stars 10 forks source link

Boundary source files wrongly forced to be lowercase #11

Open lukeshope opened 7 years ago

lukeshope commented 7 years ago

Some over-zealous use of Util::toLowercase instead of Util::toNewString in CBoundaryCell here, but need to check for similar instances elsewhere.

Non-existent boundaries also currently cause segfaults. Should probably fix that...