Skip to content

Commit

Permalink
Fix twoRayModel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
thelema committed Dec 13, 2009
1 parent 7fbe430 commit 9036887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linklayer/radio/AbstractRadioExtended.h
Expand Up @@ -136,7 +136,7 @@ class INET_API AbstractRadioExtended : public ChannelAccessExtended
virtual IRadioModel *createRadioModel() = 0;

virtual IReceptionModel *createReceptionModelPathLost() {return (IReceptionModel *)createOne("PathLossReceptionModel");}
virtual IReceptionModel *createReceptionModelTwoRay() {return (IReceptionModel *)createOne("TwoRayMode");}
virtual IReceptionModel *createReceptionModelTwoRay() {return (IReceptionModel *)createOne("TwoRayModel");}

/** @brief updates the sensitivity value if the bitrate varies */
virtual void updateSensitivity(double bitrate);
Expand Down

0 comments on commit 9036887

Please sign in to comment.