[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [photran] Juno: problem with Refactor and indentation
|
Implicit declarations other than "none" are questionable but legal.
gfortran 4.6, ifort 11.1, and pgf95 10.9 all accept Ted's code without
complaint.
Mike Garrahan
On 07/12/2012 02:44 PM, Greg Watson wrote:
> I get a similar error. However if I remove the line 'implicit real (8)(a - h, o - z)' from the interface declaration the error goes away (at least when trying to correct the indentation).
>
> I'm not a Fortran expert, but maybe the code is incorrect?
>
> On Jul 12, 2012, at 3:03 PM, Ted Sariyski wrote:
>> When I try to Refactor a project with Juno I get a message that the file cmake_fc.f90 (attached) cannot be parsed. When
>> I try to correct indentation (Cntr+I) I get: "Syntax error: Unexpected end of input cmake_fc.f90, line 65, column 1). Expected one of the ..."
>>
>> Let me say that there is no line 65, routine ends at line 63. In addition the file as well as the project compiles and runs correctly. What I am doing wrong?