mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 20:03:33 +01:00
Openmp bug
Version:1.2.21
This commit is contained in:
parent
45b328c442
commit
27a799df35
@ -51,6 +51,7 @@ options['u'] = [ 'unused' , 'Print unused providers', 0 ]
|
|||||||
|
|
||||||
class CommandLine(object):
|
class CommandLine(object):
|
||||||
|
|
||||||
|
do_openmp = False
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
global options
|
global options
|
||||||
self._opts = None
|
self._opts = None
|
||||||
|
@ -671,7 +671,6 @@ def change_includes(text):
|
|||||||
if type(line) == Include:
|
if type(line) == Include:
|
||||||
txt = line.text.replace('"',"'").split("'")
|
txt = line.text.replace('"',"'").split("'")
|
||||||
if len(txt) != 3:
|
if len(txt) != 3:
|
||||||
print txt
|
|
||||||
error.fail(line,"Error in include statement")
|
error.fail(line,"Error in include statement")
|
||||||
filename = txt[1].strip()
|
filename = txt[1].strip()
|
||||||
try:
|
try:
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.2.20"
|
version = "1.2.21"
|
||||||
|
Loading…
Reference in New Issue
Block a user