<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,11 @@
-/**********************************************************************
+/*************************************************************************
   DaltonInputDialog - Dialog for generating Dalton input files
 
   Jogvan Magnus Olsen
 
-  Source code shamelessly copied from gaussianinputdialog.cpp
+  Initial source code was shamelessly copied from gaussianinputdialog.cpp
 
- **********************************************************************/
+ *************************************************************************/
 
 #include &quot;daltoninputdialog.h&quot;
 
@@ -1090,7 +1090,13 @@ namespace Avogadro
       natoms[natomtypes] += 1;
     }
 
-    mol &lt;&lt; &quot;Atomtypes=&quot; &lt;&lt; natomtypes &lt;&lt; &quot; Angstrom&quot; &lt;&lt; '\n';
+    mol &lt;&lt; &quot;Atomtypes=&quot; &lt;&lt; natomtypes &lt;&lt; &quot; Angstrom&quot;;
+    
+    if (m_propType == exci) {
+       mol &lt;&lt; &quot; Nosymm&quot; &lt;&lt; '\n';
+    } else {
+       mol &lt;&lt; '\n';
+    }
 
     newatomtype = 0;
     oldatomtype = 0;</diff>
      <filename>libavogadro/src/extensions/daltoninputdialog.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,11 @@
-/**********************************************************************
+/*************************************************************************
   DaltonInputDialog - Dialog for generating Dalton input files
 
   Jogvan Magnus Olsen
 
-  Source code shamelessly copied from gaussianinputdialog.h
+  Initial source code was shamelessly copied from gaussianinputdialog.cpp
 
- **********************************************************************/
+ *************************************************************************/
 
 #ifndef DALTONINPUTDIALOG_H
 #define DALTONINPUTDIALOG_H</diff>
      <filename>libavogadro/src/extensions/daltoninputdialog.h</filename>
    </modified>
    <modified>
      <diff>@@ -67,12 +67,12 @@ namespace Avogadro
     action-&gt;setData( InputDeckAction );
 
     action = new QAction( this );
-    action-&gt;setText( tr(&quot;EFP Selection...&quot; ));
+    action-&gt;setText( tr(&quot;EFP Selection...&quot;, &quot;Selection to be used as an Effective Fragment Potential in calculations&quot; ));
     m_actions.append( action );
     action-&gt;setData( EFPAction );
 
     action = new QAction( this );
-    action-&gt;setText( tr(&quot;QM Selection...&quot; ));
+    action-&gt;setText( tr(&quot;QM Selection...&quot;, &quot;Selection to be used for Quantum Mechanical calculations&quot; ));
     m_actions.append( action );
     action-&gt;setData( QMAction );
 </diff>
      <filename>libavogadro/src/extensions/gamessextension.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
    &lt;item row=&quot;0&quot; column=&quot;0&quot;&gt;
     &lt;widget class=&quot;QTabWidget&quot; name=&quot;modeTab&quot;&gt;
      &lt;property name=&quot;currentIndex&quot;&gt;
-      &lt;number&gt;0&lt;/number&gt;
+      &lt;number&gt;1&lt;/number&gt;
      &lt;/property&gt;
      &lt;widget class=&quot;QWidget&quot; name=&quot;basicWidget&quot;&gt;
       &lt;attribute name=&quot;title&quot;&gt;
@@ -427,7 +427,7 @@
           &lt;/sizepolicy&gt;
          &lt;/property&gt;
          &lt;property name=&quot;currentIndex&quot;&gt;
-          &lt;number&gt;0&lt;/number&gt;
+          &lt;number&gt;3&lt;/number&gt;
          &lt;/property&gt;
          &lt;widget class=&quot;QWidget&quot; name=&quot;basisWidget&quot;&gt;
           &lt;layout class=&quot;QGridLayout&quot;&gt;
@@ -1897,17 +1897,20 @@
               &lt;item&gt;
                &lt;widget class=&quot;QRadioButton&quot; name=&quot;systemLoopRadio&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
-                 &lt;string&gt;Loop&lt;/string&gt;
+                 &lt;string comment=&quot;&amp;quot;Loop&amp;quot; load balancing - set static node assignments&quot;&gt;Loop&lt;/string&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;checked&quot;&gt;
-                 &lt;bool&gt;true&lt;/bool&gt;
+                 &lt;bool&gt;false&lt;/bool&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QRadioButton&quot; name=&quot;systemNextRadio&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
-                 &lt;string&gt;Next Value&lt;/string&gt;
+                 &lt;string comment=&quot;&amp;quot;Next Value&amp;quot; load balancing - dynamically assign nodes work&quot;&gt;Next Value&lt;/string&gt;
+                &lt;/property&gt;
+                &lt;property name=&quot;checked&quot;&gt;
+                 &lt;bool&gt;true&lt;/bool&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
@@ -1936,16 +1939,16 @@
            &lt;/item&gt;
            &lt;item row=&quot;2&quot; column=&quot;1&quot;&gt;
             &lt;widget class=&quot;QDoubleSpinBox&quot; name=&quot;systemDDIDouble&quot;&gt;
-              &lt;property name=&quot;maximum&quot;&gt;
-                &lt;double&gt;1000&lt;/double&gt;
-              &lt;/property&gt;
+             &lt;property name=&quot;maximum&quot;&gt;
+              &lt;double&gt;1000.000000000000000&lt;/double&gt;
+             &lt;/property&gt;
             &lt;/widget&gt;
            &lt;/item&gt;
            &lt;item row=&quot;1&quot; column=&quot;1&quot;&gt;
             &lt;widget class=&quot;QDoubleSpinBox&quot; name=&quot;systemMemoryDouble&quot;&gt;
-              &lt;property name=&quot;maximum&quot;&gt;
-                &lt;double&gt;1000&lt;/double&gt;
-              &lt;/property&gt;
+             &lt;property name=&quot;maximum&quot;&gt;
+              &lt;double&gt;1000.000000000000000&lt;/double&gt;
+             &lt;/property&gt;
             &lt;/widget&gt;
            &lt;/item&gt;
            &lt;item row=&quot;0&quot; column=&quot;1&quot;&gt;</diff>
      <filename>libavogadro/src/extensions/gamessinputdialog.ui</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>093e11ac4c5715174e407c1bd664945bcb68a648</id>
    </parent>
    <parent>
      <id>dd3e93b5edbea1fa74186bc3675b0b94eeb524f6</id>
    </parent>
  </parents>
  <author>
    <name>Geoff Hutchison</name>
    <email>babel@geoffhutchison.net</email>
  </author>
  <url>http://github.com/dlonie/avogadro/commit/c8d9089189a245590058dbbd4fcafd62a37fd8c1</url>
  <id>c8d9089189a245590058dbbd4fcafd62a37fd8c1</id>
  <committed-date>2009-10-19T18:07:02-07:00</committed-date>
  <authored-date>2009-10-19T18:07:02-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:ghutchis/avogadro</message>
  <tree>6650553a9da727ad6cd02187ce8543d9c6d4061e</tree>
  <committer>
    <name>Geoff Hutchison</name>
    <email>babel@geoffhutchison.net</email>
  </committer>
</commit>
