-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified Pattern::createMatrices() to construct only minimal connecti…
…vity matrix for larger patterns (>999 atoms) since the (no doubt sub-optimal) method to calculate the full connectiviy matrix involves a triple loop over atoms. Rewrote part of ato export filter to be far more efficient, and thus not fail for large systems, and added option to omit rotational headgroup output.
- Loading branch information
trisyoungs
committed
Dec 5, 2013
1 parent
7486c36
commit 319617d
Showing
7 changed files
with
191 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
AC_PREREQ(2.60) | ||
|
||
# Set program name, version, bug-address and source directory | ||
m4_define([ATEN_VERSION],[1.857]) | ||
m4_define([ATEN_VERSION],[1.858]) | ||
AC_INIT(aten,ATEN_VERSION,[email protected]) | ||
AC_CONFIG_SRCDIR([src/main.cpp]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Format: 1.0 | ||
Source: aten | ||
Version: 1.857 | ||
Version: 1.858 | ||
Binary: aten | ||
Maintainer: Tristan Youngs <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>= 4.1.16), libqt4-dev | libqt4-core, libqt4-opengl-dev, libreadline5-dev | libreadline-dev, libgl1-mesa-dev, pkgconfig | pkg-config, libncurses5 | ||
Files: | ||
0f7cda0fc1d5e6e2ca1c6247eb944c61 4309758 aten-1.857.tar.gz | ||
0f7cda0fc1d5e6e2ca1c6247eb944c61 4309758 aten-1.858.tar.gz |
Oops, something went wrong.