]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
fixing compile constraints only option
authorJan Michel <j.michel@gsi.de>
Wed, 6 Jan 2016 17:55:58 +0000 (18:55 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 6 Jan 2016 17:55:58 +0000 (18:55 +0100)
scripts/compile.pl

index e9d0f58fde8fcf3c23f11388d9c8e73880a7e249..e33a69fd0dca9e7e02467423956b6a5d0ce6d6ed 100755 (executable)
@@ -91,7 +91,7 @@ if($help) {
 if ($nrNodes!=0){
     $isMultiPar=1;
 }
-if ($syn!=0 || $map!=0 || $par!=0 || $timing!=0 || $bitgen!=0){
+if ($con!=0 || $syn!=0 || $map!=0 || $par!=0 || $timing!=0 || $bitgen!=0){
     $all=0;
 }
 ###################################################################################