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

Use a different variable name for points inside ICs_and_BCs.cc of the grainGrowth app. #255

Closed david-montiel-t closed 1 month ago

david-montiel-t commented 1 month ago

Renaming temporary local point variables,

dealii::Point p ...

will avoid confusing these variables with function argument const dealii::Point &p.