mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +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):
|
||||
|
||||
do_openmp = False
|
||||
def __init__(self):
|
||||
global options
|
||||
self._opts = None
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
version = "1.2.20"
|
||||
version = "1.2.21"
|
||||
|
Loading…
Reference in New Issue
Block a user