Openmp bug

Version:1.2.21
This commit is contained in:
Anthony Scemama 2013-07-11 00:40:20 +02:00
parent 45b328c442
commit 27a799df35
3 changed files with 2 additions and 2 deletions

View File

@ -51,6 +51,7 @@ options['u'] = [ 'unused' , 'Print unused providers', 0 ]
class CommandLine(object):
do_openmp = False
def __init__(self):
global options
self._opts = None

View File

@ -671,7 +671,6 @@ def change_includes(text):
if type(line) == Include:
txt = line.text.replace('"',"'").split("'")
if len(txt) != 3:
print txt
error.fail(line,"Error in include statement")
filename = txt[1].strip()
try:

View File

@ -1 +1 @@
version = "1.2.20"
version = "1.2.21"