We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97782ab + 36fe5f7 commit 7108898Copy full SHA for 7108898
build.gradle
@@ -1,5 +1,5 @@
1
group = 'de.mfo.jsurf'
2
-version = '0.1.0'
+version = '0.1.1'
3
4
apply plugin: 'application'
5
apply plugin: 'java'
@@ -42,4 +42,4 @@ mainClassName = "de.mfo.jsurf.Main"
42
43
run {
44
args = [ "-s", "512", "examples/record_kummerquartic.jsurf" ]
45
-}
+}
src/main/java/de/mfo/jsurf/Main.java
@@ -180,6 +180,7 @@ public static void main(String[] args) {
180
else
181
os = new FileOutputStream( new File( output_filename ) );
182
javax.imageio.ImageIO.write( bi, "png", os );
183
+ System.exit( 0 );
184
}
185
catch( Exception e )
186
{
0 commit comments