From d570f71077ade705e76389e77214aff1db4eff81 Mon Sep 17 00:00:00 2001 From: Kerautret <bertrand.kerautret@univ-lyon2.fr> Date: Wed, 26 Dec 2018 21:41:09 +0100 Subject: [PATCH] Demo: fix compile --- Code/Seg/IPOLdemo/mainIPOL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Seg/IPOLdemo/mainIPOL.cpp b/Code/Seg/IPOLdemo/mainIPOL.cpp index f6c6bb3..7c185f9 100755 --- a/Code/Seg/IPOLdemo/mainIPOL.cpp +++ b/Code/Seg/IPOLdemo/mainIPOL.cpp @@ -45,7 +45,7 @@ int main (int argc, char *argv[]) ofstream fout; fout.open (output_filename.c_str(), std::fstream::out); ofstream foutAllPts; - foutAllPts.open("segmentsPoints.dat",std::fstream::out) + foutAllPts.open("segmentsPoints.dat",std::fstream::out); // Gradient map extraction (uses qt) QImage image; -- GitLab