소스 검색

Merge branch 'testing' of msdl.uantwerpen.be:yentl/modelverse into testing

Yentl Van Tendeloo 8 년 전
부모
커밋
54c103047c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      models/SCCD_execute.alc

+ 1 - 0
models/SCCD_execute.alc

@@ -728,6 +728,7 @@ Boolean function main(model : Element):
 
 		time_wallclock = time() - time_0
 		timeout = time_sim - time_wallclock
+		log("Pause for: " + cast_v2s(timeout))
 
 	// We should never get here!
 	return False!