/[xmakemol]/xmakemol/file.c
ViewVC logotype

Diff of /xmakemol/file.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.158 by MPHodges, Tue Apr 1 22:00:41 2003 UTC revision 1.159 by MPHodges, Sat May 24 17:41:46 2003 UTC
# Line 868  merge_file_cb (Widget dialog, Line 868  merge_file_cb (Widget dialog,
868    
869    unlink (temp_file_name);    unlink (temp_file_name);
870    
871      /* If the Edit->Positions dialog is open, make the merged atoms the
872         only ones that we can move */
873    
874      if (edit_posn_dialog != NULL)
875        {
876          for (i = 0; i < no_atoms; i++)
877            {
878              if (i < no_atoms - (merge_no_atoms))
879                {
880                  atoms[i].edit = 0;
881                }
882            }
883        }
884  }  }
885    
886    

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26