X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Farray2dfile.cpp;h=f0f19ab5d13c12d08a59b908580c243d5b7298f3;hp=ed04a7c04f3ee149dc6a7266a885eaa4b96be7c7;hb=c4af77faf7f216b936f0782e918634d34980c63f;hpb=73d188fc0cf01163d61ecb0662b8a16a44b57eab diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index ed04a7c..f0f19ab 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.cpp,v 1.6 2000/07/13 07:03:21 kevin Exp $ +** $Id: array2dfile.cpp,v 1.7 2000/07/23 01:49:03 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -170,7 +170,7 @@ Array2dFile::~Array2dFile (void) { freeArray (); for (labelIterator l = m_labels.begin(); l != m_labels.end(); l++) - delete *l; + delete *l; } Array2dFile::Array2dFile (void)