New issue 41 by barbro: Does not run old files
http://code.google.com/p/cfast/issues/detail?id=41
What steps will reproduce the problem?
1. open file compiled from version 6.0.10.61027
2. try running it
3. get "CFAST finished" before a second has passed
What is the expected output? What do you see instead?
The file running. It doesn't do anything other than display "CFAST finished"
What version of the product are you using? On what operating system?
CFAST v6.1.1.54 on Windows Vista Home Premium
Please provide any additional information below.
Just upgraded from 6.0.10.61027, won't run old files
Attachments:
v4-1-detailed-small-window-5sek.in 1.2 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Ah, problem is CFAST doesn't like .'s in the filename, which it had in the
copy I had
tried running. Case can be closed.
Comment #2 on issue 41 by cfastdev: Does not run old files
http://code.google.com/p/cfast/issues/detail?id=41
The GUI front end, CEdit, can handle the extra .'s in the filename fine.
It's the model itself, CFAST, that can't
handle the extra .'s in the filename. This is a limitation in the file
open routines in Fortran. We'll just add a
warning to the user's guide to point this out as a limitation.