Commit 0a28681c authored by DeAn Wei's avatar DeAn Wei
Browse files

share 'timenow' in log files and tecdata files.

parent 39a6bd45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -330,11 +330,11 @@ void HandleExtendedDislocation_DDD(InArgs_t *inArgs)
        for(i=0; i<outs.size(); i++){
            
            for(j=startID; j<auxTable.data.size(); j++){
                if(outs[j][1] >= auxTable.data[i][0]*1.0E9)break;
                if(outs[i][1] <= auxTable.data[j][0]*1.0E9)break;
            }

            if(j == auxTable.data.size()){
                j = 0;
                j--;
            }

            startID = j;