Skip to content

Commit ce5958f

Browse files
authored
Update PositionBasedElasticRods.h
- bug fix
1 parent a737f21 commit ce5958f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PositionBasedDynamics/PositionBasedElasticRods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define POSITION_BASED_ELASTIC_RODS_H
33

44
#include <Eigen/Dense>
5-
#include "Common\Common.h"
5+
#include "Common/Common.h"
66

77
// ------------------------------------------------------------------------------------
88
namespace PBD
@@ -140,4 +140,4 @@ namespace PBD
140140
};
141141
}
142142

143-
#endif
143+
#endif

0 commit comments

Comments
 (0)