Author |
Message |
Topic: Problems with function / implicit type |
plutz
Replies: 3
Views: 5306
|
Forum: Support Posted: Fri Dec 06, 2013 1:22 pm Subject: |
Thank you very much, that did work. The declaration of the hamsize constant works with g95 compiler very well. Do I really have to change this? When the programm is finished, I want to use different v ... |
Topic: Problems with function / implicit type |
plutz
Replies: 3
Views: 5306
|
Forum: Support Posted: Fri Dec 06, 2013 12:53 pm Subject: Problems with function / implicit type |
I have a problem with a function and its data type. Here is a very basic code (which will be expanded after I solved my problem):
module params
real,parameter :: spin = 0.5;
real,paramete ... |
|