Skip to content

Commit

Permalink
fix wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
res6idue committed Oct 13, 2023
1 parent 6272f45 commit 0c8a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quisp/modules/PhysicalConnection/EPPS/EPPSController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void EPPSController::finish() { std::cout << "last EPPS message that was sent "

void EPPSController::initialize() {
epps = check_and_cast<EntangledPhotonPairSource *>(getParentModule()->getSubmodule("epps"));
frequency = par("frequency");
photon_emission_per_second = par("photon_emission_per_second");
address = getParentModule()->par("address").intValue();
left_addr = getExternalAdressFromPort(0);
right_addr = getExternalAdressFromPort(1);
Expand Down

0 comments on commit 0c8a12c

Please sign in to comment.