Skip to content

Commit

Permalink
fix minimal_test example to work with modshogun
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 29, 2011
1 parent 2d44753 commit 035f3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/undocumented/csharp_modular/minimal_test.cs
Expand Up @@ -4,7 +4,7 @@ public class HelloWorld
{
public static void Main(string[] args)
{
Library.init_shogun_with_defaults();
modshogun.init_shogun_with_defaults();
GaussianKernel k = new GaussianKernel();
Console.WriteLine(k.get_width());
}
Expand Down

0 comments on commit 035f3cb

Please sign in to comment.