Skip to content

Commit

Permalink
Turn off molden writer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CDSherrill committed Apr 25, 2013
1 parent 8caa2de commit a9381ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/psi4/read_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ int read_options(const std::string &name, Options & options, bool suppress_print
.molden, and the prefix is determined by |globals__writer_file_label|
(if set), or else by the name of the output file plus the name of
the current molecule. -*/
options.add_bool("MOLDEN_WRITE", true);
options.add_bool("MOLDEN_WRITE", false);
/*- Flag to print the molecular orbitals. -*/
options.add_bool("PRINT_MOS", false);
/*- Flag to print the basis set. -*/
Expand Down

0 comments on commit a9381ac

Please sign in to comment.