Skip to content

Commit

Permalink
Modified some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orikuma committed Jul 8, 2014
1 parent 7fea07f commit 868d1fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rtc/TorqueController/TwoDofControllerDynamicsModel.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- C++ -*-

/*!
* @file TwoDofControllerPDModel.cpp
* @file TwoDofControllerDynamicsModel.cpp
* @brief Feedback and Feedforward Controller which use PDModel as motor model
* @date $Date$
*
Expand Down
4 changes: 2 additions & 2 deletions rtc/TorqueController/TwoDofControllerDynamicsModel.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
/*!
* @file TwoDofControllerPDModel.h
* @file TwoDofControllerDynamicsModel.h
* @brief Feedback and Feedforward Controller which use PDModel as motor model
* @date $Date$
*
Expand Down Expand Up @@ -32,4 +32,4 @@ class TwoDofControllerDynamicsModel : public TwoDofControllerInterface {
std::vector<Convolution> convolutions;
};

#endif // TWO_DOF_CONTROLLER_WITH_DAMPER_H
#endif // TWO_DOF_CONTROLLER_DYNAMICS_MODEL_H
6 changes: 3 additions & 3 deletions rtc/TorqueController/TwoDofControllerPDModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* $Id$
*/

#ifndef TWO_DOF_CONTROLLER_WITH_DAMPER_H
#define TWO_DOF_CONTROLLER_WITH_DAMPER_H
#ifndef TWO_DOF_CONTROLLER_PDMODEL_H
#define TWO_DOF_CONTROLLER_PDMODEL_H

// </rtc-template>

Expand All @@ -30,4 +30,4 @@ class TwoDofControllerPDModel : public TwoDofControllerInterface {
std::vector<Convolution> convolutions;
};

#endif // TWO_DOF_CONTROLLER_WITH_DAMPER_H
#endif // TWO_DOF_CONTROLLER_PDMODEL_H

0 comments on commit 868d1fe

Please sign in to comment.