Hello Jean
Thank you very much for your reply
I modified the parameters you suggested me and there is a error on screen. I just swift on the two variables you mentioned before.
... reading the main module dictionary
... processing the main CAS file(s)
runCAS:
uncontroled error from python:: KeyError('MASS-LUMPING FOR VELOCITIES',)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "C:\opentelemac-mascaret\v6p3\scripts\python27\runcode.py", line 713, in
runCAS
cases,lang,ncsize = processCAS(casNames,MODFiles[codeName],MODFiles[
codeName])
File "C:\opentelemac-mascaret\v6p3\scripts\python27\runcode.py", line 234, in
processCAS
cas = readCAS(scanCAS(casFile),dico,frgb)
File "C:\opentelemac-mascaret\v6p3\scripts\python27\parsers\parserKeywords.py"
, line 145, in readCAS
kw = frgb[kw]
KeyError: 'MASS-LUMPING FOR VELOCITIES'
~~~~~~~~~~~~~~~~~~
Thank you
Joel