mxgmn / TextureSynthesis

Texture synthesis from examples
Other
961 stars 54 forks source link

Wrong number format in the XML file #1

Closed Katamori closed 8 years ago

Katamori commented 8 years ago

My C# compiler (.NET version v4.0.30319, Windows XP) got an exception when I attempted to run the exe I compiled from the .cs file.

It is in my native language, so not sure if you need it.

Anyways, changing all the temperature values in the XML from 1.0 to 1 solved the issue.

You may want to revise Stuff.Get function.