Commit ed60bf6d authored by DeAn_Wei's avatar DeAn_Wei
Browse files

Merge branch 'debug'

parents d543cbc9 62b3f054
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ vector<double> GenerateSequence(double from, double to, double meshSize)

    meshSize = (to-from)/((double)n);

    n++;
    vector<double>  seq(n);
    
    for(i=0; i<n; i++){