Skip to content
Snippets Groups Projects
Commit 21162f8d authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

initialize pointer to avoid a compiler warning

[[Imported from SVN: r8277]]
parent 21b5efab
Branches
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ void RiemannianTrustRegionSolver<GridType,TargetSpace>::solve()
// /////////////////////////////////////////////////////
// Set up the log file, if requested
// /////////////////////////////////////////////////////
FILE* fp;
FILE* fp = nullptr;
if (instrumented_) {
fp = fopen("statistics", "w");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment