Skip to content

Commit

Permalink
Merge pull request #20 from jvachier/jv/ssmall
Browse files Browse the repository at this point in the history
small.
  • Loading branch information
jvachier authored May 18, 2024
2 parents 745f649 + 6e69f7c commit 4c4d911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abp_3D_confine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) {

// Orientation
double *ex = reinterpret_cast<double*> \
(malloc(Particles * sizeof(double))); // ex-orientation
(malloc(Particles * sizeof(double))); // ex-orientation
double *ey = reinterpret_cast<double*> \
(malloc(Particles * sizeof(double))); // ey-orientation
double *ez = reinterpret_cast<double*> \
Expand Down

0 comments on commit 4c4d911

Please sign in to comment.