Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:egonw/bioclipse.cheminformatics
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Jul 20, 2009
2 parents c6f74be + af6333a commit f3945aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1490,7 +1490,7 @@ public void generate2dCoordinates(IMolecule molecule,
IReturner returner,
IProgressMonitor monitor)
throws Exception {
monitor.beginTask( "Creating 3d coordinates", IProgressMonitor.UNKNOWN );
monitor.beginTask( "Creating 2d coordinates", IProgressMonitor.UNKNOWN );
List<IMolecule> molecules = new ArrayList<IMolecule>();
molecules.add( molecule );
returner.completeReturn( generate2dCoordinates( molecules,
Expand Down

0 comments on commit f3945aa

Please sign in to comment.