Skip to content

Commit

Permalink
Merge pull request #4 from matheecs/master
Browse files Browse the repository at this point in the history
Fix comma
  • Loading branch information
Roushelfy authored Aug 6, 2024
2 parents 38da333 + bebaf1a commit 830cf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/8_self_friction/src/FrictionEnergy.cu
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ template <typename T, int dim>
struct FrictionEnergy<T, dim>::Impl
{
DeviceBuffer<T> device_v;
DeviceBuffer<T> device_mu_lambdadevice_mu_lambda_selfdevice_r_self;
DeviceBuffer<T> device_mu_lambda, device_mu_lambda_self, device_r_self;
DeviceBuffer<T> device_grad;
DeviceBuffer<int> device_bp, device_be;
DeviceBuffer<Eigen::Matrix<T, 2, 1>> device_n_self;
Expand Down

0 comments on commit 830cf4a

Please sign in to comment.