diff --git a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp index 8cf2e5489493aebf31bf8a0f452c86302ea2e7fc..f960357157466c47a947f260fcaae12205aad1a6 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp +++ b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp @@ -105,8 +105,8 @@ int main() Z[Count] = Phi + 1.0; Count++; - X[Count] = -X[Count - 1]; - Y[Count] = -Y[Count - 1]; + X[Count] = -X[Count - 1]; + Y[Count] = -Y[Count - 1]; Z[Count] = -Z[Count - 1]; Count++; @@ -115,18 +115,18 @@ int main() Z[Count] = Phi - 1.0; Count++; - X[Count] = -X[Count - 1]; - Y[Count] = -Y[Count - 1]; + X[Count] = -X[Count - 1]; + Y[Count] = -Y[Count - 1]; Z[Count] = -Z[Count - 1]; Count++; } INTEGER4 IsDouble = 1; - + I = TECDAT112(&NumPts, X, &IsDouble); I = TECDAT112(&NumPts, Y, &IsDouble); I = TECDAT112(&NumPts, Z, &IsDouble); - + delete X; delete Y; delete Z; @@ -371,6 +371,6 @@ int main() I = TECEND112(); /* DOCEND */ } - + return 0; } diff --git a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio2009.zip b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio2009.zip deleted file mode 100644 index cf5c035ce90eb3b71fd8fdc94d874a6cf1b5abbf..0000000000000000000000000000000000000000 Binary files a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio2009.zip and /dev/null differ