Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

That conversion is made every time a flecs model is compiled in PSSE. However, the resulting code is old-fashioned with a lot of GOTO statements, no comments, etc. That code should not be used as source code because it in in practise "un-readable"! But, it serves to feed the fortran-compiler...

The Environment Manager uses the following argument: flecs32 "xxx.flx" -L NO -F "C:\Users\yyy.pssenvmgr\xxx.f" -W 132 -F77

That conversion is made every time a flecs model is compiled in PSSE. However, the resulting code is old-fashioned with a lot of GOTO statements, no comments, etc. That code should not be used as source code because it in in practise "un-readable"! But, it serves to feed the fortran-compiler...

The Environment Manager uses the following argument: argument:

flecs32 "xxx.flx" -L NO -F "C:\Users\yyy.pssenvmgr\xxx.f" "C:\Users\yyy\.pssenvmgr\xxx.f" -W 132 -F77

-F77