Skip to content

Commit

Permalink
Tecplot element output: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThieJan committed Jun 11, 2019
1 parent 0c1203d commit 000630c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FEM/Output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ COutput::COutput()
m_pcs = NULL;
vtk = NULL; // NW
tecplot_zone_share = false; // 10.2012. WW
_tecplot_cell_centered_element_output = false; // 10.2012. WW
_tecplot_cell_centered_element_output = false;
VARIABLESHARING = false; // BG
#if defined(USE_PETSC) || \
defined(USE_MPI) //|| defined(other parallel libs)//01.3014. WW
Expand All @@ -116,7 +116,7 @@ COutput::COutput(size_t id)
m_pcs = NULL;
vtk = NULL; // NW
tecplot_zone_share = false; // 10.2012. WW
_tecplot_cell_centered_element_output = false; // 10.2012. WW
_tecplot_cell_centered_element_output = false;
VARIABLESHARING = false; // BG
#if defined(USE_PETSC) || \
defined(USE_MPI) //|| defined(other parallel libs)//01.3014. WW
Expand Down

0 comments on commit 000630c

Please sign in to comment.