Skip to content

Commit

Permalink
fixed output typo...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed Jun 14, 2018
1 parent d4636ac commit 33826b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/symmetry/gensym_extra.F
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
C$Id$

cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
cccccceccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
c
c The matrix SYMOPS contains the matrix reps. of all group operators
c Tee matrix SYMOPS contains the matrix reps. of all group operators
c except the identity. The variable NOPS holds the number of operators
c in SYMOPS.
c
Expand Down Expand Up @@ -62,7 +62,7 @@ subroutine gensym_extra(itype,numgrp,numset,symops,nops,oprint,
goto 99
else
write(luout,*)' warning:::::::::::::: from_environment'
write(luout,*)' NWCHEM_EXTRA_GROPUS set to: <',
write(luout,*)' NWCHEM_EXTRA_GROUPS set to: <',
& extra_group_libname(1:inp_strlen(extra_group_libname)),'>'
write(luout,*)' but file does not exist !'
write(luout,*)' using compiled library'
Expand Down

0 comments on commit 33826b4

Please sign in to comment.