[gmx-developers] Re: problem with qm_mopac.c

Vitaly V. Chaban vvchaban at gmail.com
Sun Mar 21 12:29:58 CET 2010


>> =================================
>> [lcc007 at zeon fortran]$ gfortran -fPIC -std=legacy -fno-automatic -c *.f
>>   In file symtrz.f:1045
>>
>>        DATA TOLER,IFRA /  0.1, '????'/
>>                               1
>> Error: Incompatible types in assignment at (1), CHARACTER(1) to INTEGER(4)
>> =================================
>>
> Write
> character*4 ifra
> on the line before the data statement or something like that


This resulted in another error in the same file:
====================================
 In file symtrz.f:1

7C
 1
Error: Non-numeric character in statement label at (1)
 In file symtrz.f:1051

      NAMES=IFRA
           1
Error: Can't convert CHARACTER(1) to INTEGER(4) at (1)
====================================

Vitaly


More information about the gromacs.org_gmx-developers mailing list