Skip to content

Format files according to the common style conventions.

Aleksei KALINOV requested to merge formatting into master

This change is the first part of making our code base consistent in styling sense. It covers most of the files with the exception of grid implementation. Changes to Grid3DCubical class are separated to another merge request to make it easier for others to incorporate these changes first.

This merge request should not introduce any program behaviour changes, as confirmed by compiling and running the test case.

Merge request reports