From 419100f9e9153cd6174a2588a3e1fc8034e84700 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Sun, 9 Apr 2023 00:37:47 +0400 Subject: [PATCH] Fix warning --- paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 087b09b..8cf48b8 100644 --- a/paper.tex +++ b/paper.tex @@ -274,7 +274,7 @@ We conducted experiments to evaluate the speed of source code analysis. We calcu We selected 10 random Java projects for this experiment. Table \ref{tab:speed} presents the results of experiments for analyzing the speed of the proposed algorithm. -\begin{table}[ht] +\begin{table} \centering \caption{Results of experiments for analyzing the speed of the proposed algorithm.} \label{tab:speed} @@ -307,7 +307,7 @@ We selected 10 random Java projects for this experiment. Table \ref{tab:speed} p Table \ref{tab:time-size} presents the results of experiments to determine the total time of projects analyzing and the number of nodes in resulting graphs. -\begin{table}[] +\begin{table} \centering \caption{Results of experiments to determine the total time of projects analyzing and the number of nodes in resulting graphs.} \label{tab:time-size}