Improve "const correctness"
Brought to you by:
keidel
Would you like to apply the advices from the article
"http://en.wikipedia.org/wiki/Const_correctness" to
your sources?
I suggest to add the key word "const" to the type
specifiers for parameters like the following.
- fname, orientation (function "PS_Open")
font, sizemm (function "PS_set_font")
http://cvs.sourceforge.net/viewcvs.py/psplots/psplot/psplot.h?rev=3.4&view=markup
http://cvs.sourceforge.net/viewcvs.py/psplots/psplot/xpsplot.h?rev=3.1&view=markup
Anonymous