- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
This works,
This does not for R, allocated
More of the same
numR is 16384, which is a mistake as it is supposed to be a power of 2 and that is not, but it is definitely defined.
dum is an integer and is defined and I can see it in the code.
Any idea when we can expect a fix. DISLIN works with IFX but not really well with IFORT, so I do not want to go back.
I am using the old FORTRAN expedient of write(*,*) dum
Link kopiert
- « Vorherige
-
- 1
- 2
- Nächste »
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I have reinstalled everything and am only using VS 2022.
I worked out what is causing the most annoying issue, the parameter FFT_small is defined in a module - Base - as a integer parameter.
N is an integer passed to the routine as an argument and has the same integer value as FFT_small.
I changed Y3RAY to be defined with FFT_small instead of N. You can see the difference in the debugger, I assume this is the Fortran debugger. The output depends on whether you use a parameter or a variable.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Now you have the Fortran debug support working.
PARAMETER constants from modules aren't brought in by default. You can use the syntax modname::name in a watch window. Also see the option /debug:parameters.

- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite
- « Vorherige
-
- 1
- 2
- Nächste »