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

Diff of /xmakemol/xmakemol.c

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

revision 1.52 by MPHodges, Wed Mar 12 10:42:27 2003 UTC revision 1.53 by MPHodges, Thu Mar 13 19:45:31 2003 UTC
# Line 72  main(int argc, char **argv) Line 72  main(int argc, char **argv)
72    void get_options(int, char **);    void get_options(int, char **);
73    void initialize_xmakemol(void);    void initialize_xmakemol(void);
74    void make_menus(Widget, Widget);    void make_menus(Widget, Widget);
75    void open_file(char *);    void open_file(char *, Boolean);
76    void read_elements_file(void);    void read_elements_file(void);
77    void read_user_elements_file(void);/* aro */    void read_user_elements_file(void);/* aro */
78    void reset_any_atoms(void);/* aro */    void reset_any_atoms(void);/* aro */
# Line 340  main(int argc, char **argv) Line 340  main(int argc, char **argv)
340           current_file_name so proper name will appear           current_file_name so proper name will appear
341           in print dialog */           in print dialog */
342        strcpy (current_file_name, go_file);        strcpy (current_file_name, go_file);
343        open_file (go_file);        open_file (go_file, FALSE);
344      }      }
345    
346    XtAppMainLoop(app);    XtAppMainLoop(app);
# Line 352  main(int argc, char **argv) Line 352  main(int argc, char **argv)
352  void  void
353  get_options(int argc, char **argv)  get_options(int argc, char **argv)
354  {  {
   
   void open_file(char *);  
     
355    char opt_list[16];    char opt_list[16];
356    
357    int c, errflg = 0;    int c, errflg = 0;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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