Changes to avoid compilator warning.

This commit is contained in:
Xavier Raynaud 2012-08-29 13:48:19 +02:00
parent a13f3cf43b
commit becf485795

View File

@ -134,6 +134,8 @@ static void outputState(const UnstructuredGrid& grid,
file << it->res_s << "," << it->cell << "," << std::setprecision(15) << it->s << "," << std::setprecision(15) << it->c << "\n";
}
file.close();
#else
(void) reorder_model; // to avoid compilator warning
#endif