Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added progress monitor to extractFromSDFile
  • Loading branch information
goglepox committed Sep 11, 2012
1 parent 08191f9 commit 87fe566
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -2598,11 +2598,10 @@ public Map<Integer,String> createSDFPropertyMap( IFile file,
}

public List<ICDKMolecule> extractFromSDFile( IFile file, int startenty,
int endentry )
int endentry , IProgressMonitor monitor)
throws BioclipseException,
InvocationTargetException {

IProgressMonitor monitor = new NullProgressMonitor();
int ticks = 10000;

try {
Expand Down

0 comments on commit 87fe566

Please sign in to comment.