Commit 13f3cbdd authored by DeAn Wei's avatar DeAn Wei
Browse files

add out.close() after reading file.

parent af24dfaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ void HandleExtendedDislocation(InArgs_t *inArgs)
        out <<  setprecision(10)  << position << endl;
    }

    out.close();
    return;
}