geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Make cmake functions lowercase. #5814

Closed bangerth closed 1 month ago

bangerth commented 1 month ago

Here's one if anyone would love to burn out their eyes for the night: I'm changing lots of uppercase to lowercase letters :-)

@mfraters: Just in case you want to do the same, the command is

perl -pi -e 's/([A-Z_]+\()/lc($1)/eg;' <names of cmake files>