Fixed an out of place line in the comment block at the start of the file.

This commit is contained in:
Kevin Cozens 2011-01-16 23:09:24 -05:00
parent f571ebf247
commit 5c471ecea3

View file

@ -30,9 +30,9 @@
* Cabral et al. "Imaging vector fields using line integral convolution" in the
* Proceedings of ACM SIGGRAPH 93. Publ. by ACM, New York, NY, USA. p. 263-270.
* (See http://www8.cs.umu.se/kurser/TDBD13/VT00/extra/p263-cabral.pdf)
* noise function is practically ripped as is :)
*
* Some of the code is based on code by Steinar Haugen (thanks!), the Perlin
* noise function is practically ripped as is :)
*/
#include "config.h"