File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.31.0 .
3
+ -- This file has been generated from package.yaml by hpack version 0.31.1 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: af97ebc516c2e9c20a9bcc1dbb3d12f140587d0c0c4fb4c8ccc119e9e71e5bc1
7
+ -- hash: 1c4becb67bc53fc4a7941e470b0252e87d570f6e423c314afd785743857bce95
8
8
9
9
name : Exckel
10
- version : 0.3.0.2
10
+ version : 0.3.0.3
11
11
description : Please see the README on GitHub at <https://github.com/githubuser/Exckel#readme>
12
12
homepage : https://github.com/sheepforce/Exckel#readme
13
13
bug-reports : https://github.com/sheepforce/Exckel/issues
Original file line number Diff line number Diff line change 1
1
name : Exckel
2
- version : 0.3.0.2
2
+ version : 0.3.0.3
3
3
github : " sheepforce/Exckel"
4
4
license : GPL-3
5
5
author : " Phillip Seeber"
Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ doPlots fi = do
529
529
Just VMD {} -> do
530
530
-- Informations about the current settings
531
531
logMessage " Orbital cubes to plot" $ show $ map takeFileName $ fiWithCubes ^. cubeFiles . orbCubes . _Just
532
+ logMessage " Natural orbital cubes to plot" $ show $ map takeFileName $ fiWithCubes ^. cubeFiles . natOrbCubes . _Just
532
533
logMessage " Hole density cubes to plot" $ show $ map takeFileName $ fiWithCubes ^. cubeFiles . holeCubes . _Just
533
534
logMessage " Electron density cubes to plot" $ show $ map takeFileName $ fiWithCubes ^. cubeFiles . electronCubes . _Just
534
535
logMessage " CDD cubes to plot" $ show $ map takeFileName $ fiWithCubes ^. cubeFiles . cddCubes . _Just
@@ -544,7 +545,7 @@ doPlots fi = do
544
545
logMessage " Rendering resolution" $ show (unwrappedRenderer ^. cpRenderer . rResolution)
545
546
logMessage " Rendering image format" $ show (unwrappedRenderer ^. cpRenderer . rImageFormat)
546
547
logInfo " Calling VMD and Tachyon. See \" VMD.out\" , \" VMD.err\" , \" Tachyon.out\" and \" Tachyon.err\" "
547
- CP.VMD. plotCubes fi
548
+ CP.VMD. plotCubes fiWithCubes
548
549
allImages <- findAllImages (fiWithCubes ^. outputPrefix)
549
550
return allImages
550
551
Nothing -> return $ fiWithCubes ^. imageFiles
You can’t perform that action at this time.
0 commit comments