source: trunk/source/geometry/solids/test/SBT/script/counterr.awk @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 109 bytes
Line 
1BEGIN { nn = 0 }
2{ if (substr($1,1,1) != "%") nn += 1 }
3END { print "Total errors printed: ", nn; exit(nn) }
Note: See TracBrowser for help on using the repository browser.