prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

Switching to range based loops #233

Closed landinjm closed 2 months ago

landinjm commented 2 months ago

Range based loops from C++11 are a bit more readable and a good way to simplify the loop structures.

I converted all the loops (except for those FloodFiller.cc).