readImages fix
This commit is contained in:
parent
e4d2215465
commit
7dd22e8319
@ -48,8 +48,6 @@ static int readSingleImage(FILE *file, GrayScaleImage *image)
|
||||
// TODO Vervollständigen Sie die Funktion readImages unter Benutzung Ihrer Hilfsfunktionen
|
||||
GrayScaleImageSeries *readImages(const char *path)
|
||||
{
|
||||
GrayScaleImageSeries *series = NULL;
|
||||
|
||||
FILE *file = fopen(path, "rb");
|
||||
if (!file)
|
||||
return NULL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user