Skip to content

Commit 7108898

Browse files
committed
Merge branch 'master' of https://github.com/IMAGINARY/jsurf
2 parents 97782ab + 36fe5f7 commit 7108898

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'de.mfo.jsurf'
2-
version = '0.1.0'
2+
version = '0.1.1'
33

44
apply plugin: 'application'
55
apply plugin: 'java'
@@ -42,4 +42,4 @@ mainClassName = "de.mfo.jsurf.Main"
4242

4343
run {
4444
args = [ "-s", "512", "examples/record_kummerquartic.jsurf" ]
45-
}
45+
}

src/main/java/de/mfo/jsurf/Main.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public static void main(String[] args) {
180180
else
181181
os = new FileOutputStream( new File( output_filename ) );
182182
javax.imageio.ImageIO.write( bi, "png", os );
183+
System.exit( 0 );
183184
}
184185
catch( Exception e )
185186
{

0 commit comments

Comments
 (0)