Re: improvement of DPM [message #13047 is a reply to message #13038] |
Wed, 08 February 2012 22:17 |
Aida Galoyan
Messages: 79 Registered: May 2007 Location: Dubna
|
continuous participant |
From: *jinr.ru
|
|
Hi Mohammad,
Felix is right.
I replaced DPM_GEN on DPMGEN, because
when we called subroutine dpm_gen() from DpmEvtGen/main.cc or from PndDpmDirect.cxx (created by you),
it was needed to put 2 underscores at the end: dpm_gen__().
How I remember, it can lead to problems, when we transfer from "g77" to "gfortran".
Therefore, I replace dpm_gen(x,x) on dpmgen(x,x) and now
compile without any errors.
When we use subroutine dpmgen(x,x) instead dpm_gen(x,x),
it is need to change call
dpm_gen__(x,x) to dpmgen_(x,x) (without middle underscore and second underscore at the end)
in the file pgenerators/PndDpmDirect.cxx.
I did it in the file DpmEvtGen/main.cc .
I think, in the case, everythink will be normal.
Aida
|
|
|