diff options
author | Bruce Smith <bruce@nanorex.com> | 2009-01-12 23:56:35 +0000 |
---|---|---|
committer | Bruce Smith <bruce@nanorex.com> | 2009-01-12 23:56:35 +0000 |
commit | 684ffdfa53911f81793a9cac6451df8d14346559 (patch) | |
tree | 42341eb84f9a93bd7c03541cbd3e44b940023cf0 /cad/src/analysis/GAMESS | |
parent | eedffc4ad72c0bf596cbeee66ee0c633b208517c (diff) | |
download | nanoengineer-theirix-684ffdfa53911f81793a9cac6451df8d14346559.tar.gz nanoengineer-theirix-684ffdfa53911f81793a9cac6451df8d14346559.zip |
moved move_atoms_and_normalize_bondpoints function to new file
Diffstat (limited to 'cad/src/analysis/GAMESS')
-rwxr-xr-x | cad/src/analysis/GAMESS/jig_Gamess.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/src/analysis/GAMESS/jig_Gamess.py b/cad/src/analysis/GAMESS/jig_Gamess.py index 93b0d5741..147fed8c2 100755 --- a/cad/src/analysis/GAMESS/jig_Gamess.py +++ b/cad/src/analysis/GAMESS/jig_Gamess.py @@ -16,7 +16,7 @@ from analysis.GAMESS.files_gms import get_energy_from_gms_outfile, get_atompos_f from utilities.Log import redmsg, greenmsg import foundation.env as env from utilities.Log import redmsg -from model.chem import move_atoms_and_normalize_bondpoints +from operations.move_atoms_and_normalize_bondpoints import move_atoms_and_normalize_bondpoints import foundation.state_utils as state_utils from utilities.debug import print_compact_traceback |