Ignore:
Timestamp:
Mar 3, 2010, 2:53:07 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
328418d, 3d575e
Parents:
bd506d
git-author:
Frederik Heber <heber@…> (03/03/10 14:46:13)
git-committer:
Frederik Heber <heber@…> (03/03/10 14:53:07)
Message:

Default molecule name can be set via command line, BUGFIX: molecule::DepthFirstSearchAnalysis() seg'faulted on no atoms.

Allow '-I' on empty configs:

new case 'X' for setting default molecule name:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule_graph.cpp

    rbd506d ra83171  
    495495  bond *Binder = NULL;
    496496
     497  if (AtomCount == 0)
     498    return SubGraphs;
    497499  Log() << Verbose(0) << "Begin of DepthFirstSearchAnalysis" << endl;
    498500  DepthFirstSearchAnalysis_Init(DFS, this);
Note: See TracChangeset for help on using the changeset viewer.