Skip to content

Commit

Permalink
Tweak default local backend for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pjknowles committed Feb 9, 2024
1 parent 32e4415 commit 1f9b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sjef/sjef-customization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void sjef::Project::custom_run_preface() {
sjef::Backend sjef::Project::default_backend() {
if (m_project_suffix == "molpro") {
#ifdef WIN32
auto command = std::string{"'C:/Program\\ Files/Molpro/bin/program_molpro'"};
auto command = std::string{"'C:/Program Files/Molpro/bin/program_molpro'"};
#else
auto command = std::string{"molpro"};
#endif
Expand Down

0 comments on commit 1f9b13b

Please sign in to comment.