forked from moebiusband/NuSiF-Solver
		
	Update
This commit is contained in:
		@@ -20,3 +20,5 @@ double getTimeResolution(void)
 | 
				
			|||||||
    clock_getres(CLOCK_MONOTONIC, &ts);
 | 
					    clock_getres(CLOCK_MONOTONIC, &ts);
 | 
				
			||||||
    return (double)ts.tv_sec + (double)ts.tv_nsec * 1.e-9;
 | 
					    return (double)ts.tv_sec + (double)ts.tv_nsec * 1.e-9;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user