warning fix

This commit is contained in:
Francesco Gatti
2020-04-14 14:26:06 +02:00
parent 2df8f87cb8
commit 70227b6502
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -77,6 +77,6 @@ int main() {
out1 += ImuNet.odim1.tot();
}
system("cat path.txt | gnuplot -p -e \"set datafile separator ' '; plot '-'\"");
int err = system("cat path.txt | gnuplot -p -e \"set datafile separator ' '; plot '-'\"");
return ret_cudnn;
}