Skip to content

Commit 86ca353

Browse files
committed
correct a bug
1 parent 061b612 commit 86ca353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/solution_smoothing/src/VisDataPrep_Smooth_FSI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VisDataPrep_Smooth_FSI::VisDataPrep_Smooth_FSI()
1616
arrayNames.push_back("F");
1717
arraySizes.push_back(9);
1818
arrayNames.push_back("Von Mises_nop");
19-
arraySizes.push_back(9);
19+
arraySizes.push_back(1);
2020
arrayNames.push_back("Strain");
2121
arraySizes.push_back(9);
2222
arrayNames.push_back("disp");
@@ -87,4 +87,4 @@ void VisDataPrep_Smooth_FSI::get_pointArray(
8787
}
8888
}
8989

90-
// EOF
90+
// EOF

0 commit comments

Comments
 (0)