Skip to content

Commit

Permalink
Removed debug output from ringconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Aug 25, 2015
1 parent 4cca048 commit e60258d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ringconf.f90
Expand Up @@ -330,7 +330,6 @@ program ringconf
call setupConformerData()

grid = 1.5/delta
write(0,*) grid, delta, -grid*delta
conformers%axes = (/ delta,0.0d0,0.0d0,0.0d0,delta,0.0d0,0.0d0,0.0d0,delta /)
conformers%origin = (/ -grid*delta,-grid*delta,-grid*delta /)
if (.not.allocPDens(conformers,-grid,-grid,-grid,grid,grid,grid)) stop
Expand Down

0 comments on commit e60258d

Please sign in to comment.