View | Details | Raw Unified
Collapse All | Expand All

(-) molden4.4-old/makefile (-2 / +2 lines)
 Lines 47-56    Link Here 
# 'external iargc' in molden.f
# 'external iargc' in molden.f
#
#
CFLAGS = -c -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0
CFLAGS = -c -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0
FC = g77
FC = gfortran
FFLAGS =
FFLAGS =
LIBS =  -L/usr/X11R6/lib -lX11 -lm
LIBS =  -L/usr/X11R6/lib -lX11 -lm
LDR = g77   
LDR = gfortran
# 64 bit machines:
# 64 bit machines:
#LIBS =  -L/usr/X11R6/lib64 -lX11 -lm
#LIBS =  -L/usr/X11R6/lib64 -lX11 -lm
#
#
(-) molden4.4-old/molden.f (-1 / +1 lines)
 Lines 255-261    Link Here 
      common /vrmlhl/ spcdfil
      common /vrmlhl/ spcdfil
      common /pmflvl/ ipmfm,ipmfh,pmflev(mxpmfl),levcol(mxpmfl)
      common /pmflvl/ ipmfm,ipmfh,pmflev(mxpmfl),levcol(mxpmfl)
      common /comsrf/ vo(3), rt(3),v1t(3),v2t(3),v3t(3)
      common /comsrf/ vo(3), rt(3),v1t(3),v2t(3),v3t(3)
      external iargc
#      external iargc
      dimension fcnt(mxcntr)
      dimension fcnt(mxcntr)
      character title*80, keywrd*160, keyhlp*80, keyori*160
      character title*80, keywrd*160, keyhlp*80, keyori*160
      character tmpstr*80,movfil*80,vrmlfil*80,povfil*80,oglfil*80
      character tmpstr*80,movfil*80,vrmlfil*80,povfil*80,oglfil*80