Hello
I'm having big trouble debugging a program in Fortran77.
The compiler shows two error messages in row 5709:
error 270 - Missing width count for 'E' descriptor
error 274 - Unknown edit descriptor 'm', or missing comma
with the following program code:
Row 5704
577 format(1h /// 19x,67h(boundary element code for thermoelastic syst
Row 5705
aems) / 19x,28h - - -
Row 5706
a,9h -- ///,13x,
Row 5707
a ' beanspruchungsrechnung allgemein dreidimensionaler bauteile'
Row 5708
a/ 18x,' im rahmen der linearen elastostatik mithilfe der'
Row 5709
a/ 18x, b o u n d a r y e l e m e n t m e t h o d e)
I've been trying to solve the problem with all I could find in the Fortran manual.
Some advice would be highly appreciated.
Kind regards
Arno
I'm having big trouble debugging a program in Fortran77.
The compiler shows two error messages in row 5709:
error 270 - Missing width count for 'E' descriptor
error 274 - Unknown edit descriptor 'm', or missing comma
with the following program code:
Row 5704
577 format(1h /// 19x,67h(boundary element code for thermoelastic syst
Row 5705
aems) / 19x,28h - - -
Row 5706
a,9h -- ///,13x,
Row 5707
a ' beanspruchungsrechnung allgemein dreidimensionaler bauteile'
Row 5708
a/ 18x,' im rahmen der linearen elastostatik mithilfe der'
Row 5709
a/ 18x, b o u n d a r y e l e m e n t m e t h o d e)
I've been trying to solve the problem with all I could find in the Fortran manual.
Some advice would be highly appreciated.
Kind regards
Arno