It was returning 1 when it should return 0
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5544 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
c7445a6fbd
commit
8a3b7d88aa
|
|
@ -111,7 +111,7 @@ public class AnalyzeCovariates extends CommandLineProgram {
|
||||||
callRScripts();
|
callRScripts();
|
||||||
System.out.println("...Done!");
|
System.out.println("...Done!");
|
||||||
|
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeData() {
|
private void initializeData() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue