- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
BuildLog.htmbp.f
Hello all,
I am trying to run the attached code, which is working with my professor computer.
Here, whenever I try, it appears compilation aborted.
Please, any kind of help is really appreciated.
I am using Visual Studio 2008, with IVF 12.
Best
Link Copied
- « Previous
-
- 1
- 2
- Next »
21 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You didn't declare f1dim at all, so it is implicitly REAL*4. The warnings you get now match what I see. Declare f1dim as REAL*8 and those two warnings will go away.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »