Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
bugfix - some files use a different geometry specification creating
empty files or crashes...
  • Loading branch information
DetlevCM committed Jul 30, 2015
1 parent 84ab324 commit 31585e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified Release Makefile/g09 atom distance.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion source/Process_Files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ void ProcessFile(vector< OptPoints >& GaussianData ,ifstream& DataInputFile)

getline(DataInputFile,line);

size_t found = line.find("Input orientation:");
//size_t found = line.find("Input orientation:");
size_t found = line.find("Standard orientation:");

if (found!=string::npos) // We have found a Z-Matrix
{
Expand Down

0 comments on commit 31585e7

Please sign in to comment.