Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/IMAGINARY/jsurf
Browse files Browse the repository at this point in the history
  • Loading branch information
porst17 committed Jul 3, 2014
2 parents 97782ab + 36fe5f7 commit 7108898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'de.mfo.jsurf'
version = '0.1.0'
version = '0.1.1'

apply plugin: 'application'
apply plugin: 'java'
Expand Down Expand Up @@ -42,4 +42,4 @@ mainClassName = "de.mfo.jsurf.Main"

run {
args = [ "-s", "512", "examples/record_kummerquartic.jsurf" ]
}
}
1 change: 1 addition & 0 deletions src/main/java/de/mfo/jsurf/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public static void main(String[] args) {
else
os = new FileOutputStream( new File( output_filename ) );
javax.imageio.ImageIO.write( bi, "png", os );
System.exit( 0 );
}
catch( Exception e )
{
Expand Down

0 comments on commit 7108898

Please sign in to comment.