Skip to content

Commit 7f362c0

Browse files
committed
RP changes1_v2
1 parent e5b2a1a commit 7f362c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pmpo_MPMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ void MPMesh::CVTTrackingElmCenterBased(const int printVTPIndex){
206206
Kokkos::deep_copy(h_resultLeft, resultLeft);
207207
Kokkos::deep_copy(h_resultRight, resultRight);
208208
Kokkos::deep_copy(h_mpTgtPos, mpTgtPosArray);
209-
// printVTP file
210209

210+
// printVTP file
211211
char* fileOutput = (char *)malloc(sizeof(char) * 256);
212212
sprintf(fileOutput, "polyMPOCVTTrackingElmCenter_MPtracks_%d.vtp", printVTPIndex);
213213
FILE * pFile = fopen(fileOutput,"w");

0 commit comments

Comments
 (0)