Skip to content
Snippets Groups Projects
Commit bacd4dc4 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: add cout

parent 47e50db5
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ class SmoothingTest {
System.out.println( appAvailable.get(i) );
}
System.out.println( "Creating application " + "Smoothing");
Application_Pointer app = Registry.CreateApplication("Smoothing");
System.out.println( Registry.CreateApplication("Smoothing").GetDescription() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment