Comments
From Gerris
In parameter files, all characters following a # on a line are ignored.
Example: the modified simulation file in Using Dynamic Adaptive Mesh Refinement in the Tutorial.
Exception: In a C-style GfsFunction, comments should be in C-style comment blocks; i.e. between opening /* and closing */, not necessarily on the same line.

