[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TRNSYS-users] To make new component, question(add attachment .jpg)



Hello.

I suppose your source code is in the Fortran77 format with extension ".for". 
Try converting the file format to Fortran90 version or later by saving the file
with the extension ".f90".  Some compiler may not support long statement even
with the Fortran90 format.  You can break your statement with the continuation
mark " &" at the end of the broken statement.

Best Regards
LEE, Chun Kwong
Department of Mechanical Engineering
University of Hong Kong

Quoting 夢遽錳 <flowrime@naver.com>:

> 
> hello, I am a student who studing about TRNSYS in Korea.
>  
> When I making new component, I have a question.
>  
> I am coding using Fortran.
>  
> Code statement is long. So, the code text coler changes green and longer text
> color is red in the Fortran.
>  
> When fortran is compiled, the error was occured.
>  
> I think, because of the red color text, the error was occured.
>  
> How can I solve this problem?
>  
> help me please, and I am sorry about my english skill...
>  
> thank you.
>  
>