atwhaley / cfast

Automatically exported from code.google.com/p/cfast
0 stars 2 forks source link

Does not run old files #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by bar...@gmail.com on 1 Apr 2009 at 6:38

Attachments:

GoogleCodeExporter commented 9 years ago
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.

Original comment by bar...@gmail.com on 1 Apr 2009 at 6:40

GoogleCodeExporter commented 9 years ago
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.

Original comment by cfastdev@gmail.com on 2 Apr 2009 at 12:36