Commit df7abcac authored by Matouš Fencl's avatar Matouš Fencl Committed by Tomáš Oberhuber
Browse files

First try to repair the installation error in 2D

parent be284ee4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -664,7 +664,6 @@ solve( const MeshPointer& mesh,
        printf( "%d: Receved Calculated = %d.\n%d: Calculate = %d\n", i, calculated, i, calculate);
#endif
        aux.template synchronize< Communicator >();
      }
        
#if ForDebug 
        if( i == 1 )
@@ -672,11 +671,12 @@ solve( const MeshPointer& mesh,
        //calculated = 0; // DEBUG;
#endif
        }
      
#endif
      }
      String s( "aux-" + std::to_string( i ) + ".tnl" );
      aux.save( s );   
      Aux=auxPtr;
#endif
      
      iteration++;
  }
  aux.save("aux-final.tnl");