Author: brubru Date: Jan 24, 2007 03:25
Sebastian Hanigk wrote:
> bru writes:
>
> Hello,
>
>
>> PROGRAM TOTO
>> IMPLICIT NONE
>>
>> USE MODUL1
>> USE MODUL2
>>......
>>
>> I have a message at compilation telling IMPLICIT NONE is bably placed?
>>
>> Why? and what can I do?
>>
>>If I put IMPLICIT NONE at the beginning of every Modules it works!
>
> ...
|