Improvements to T.4 end of image handling, and the related tests.

A lot of tiny tidy up edits
This commit is contained in:
Steve Underwood
2012-08-12 22:11:06 +08:00
parent e69a5a3037
commit 5f12c3dc1c
80 changed files with 340 additions and 585 deletions

View File

@@ -127,7 +127,7 @@ static int periodogram_tests(void)
}
}
}
return 0;
return 0;
}
/*- End of function --------------------------------------------------------*/
@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
if (periodogram_tests())
exit(2);
printf("Tests passed\n");
return 0;
return 0;
}
/*- End of function --------------------------------------------------------*/
/*- End of file ------------------------------------------------------------*/