Skip to content

Commit

Permalink
Correcting outpath in RFI
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Jun 4, 2024
1 parent 2a0fb2f commit 9ee8c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/acRemoteForceInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int acRemoteForceInterface::ConnectRemoteForceInterface(std::string integrator_)
solver->lattice->RFI.setUnits(units[0],units[1],units[2]);
solver->lattice->RFI.CanCopeWithUnits(false);

solver->lattice->RFI.setVar("output", solver->info.outpath);
solver->lattice->RFI.setVar("output", solver->outpath);


std::string element_content;
Expand Down

0 comments on commit 9ee8c06

Please sign in to comment.