Class Main
- java.lang.Object
-
- org.openscience.cdk.tools.efgf.app.Main
-
public class Main extends java.lang.Object
Main class for starting application.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Starts the application.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Starts the application. Command line arguments must be the name of an SD-file to read (must be located in the same directory as the application's .jar file) and the number of different threads to use for calculation.- Parameters:
args
- the command line arguments
-
-