Skip to content

Commit

Permalink
fix error when deleting traces
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://orchestra.med.harvard.edu/svn/megason/Code/GoFigure2@2003 ef826fda-c0ae-4237-af8e-f8dcbcf7929c
  • Loading branch information
lsouhait committed Jan 22, 2010
1 parent 829084e commit 0080e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/GoFigure2Beta/Code/IO/GoDBCollectionOfTraces.h
Expand Up @@ -195,9 +195,9 @@ class GoDBCollectionOfTraces
collection and record them in the database*/
int GetCoordMinID(vtkMySQLDatabase* DatabaseConnector,int iCollectionID);

int GoDBCollectionOfTraces::GetCoordIDMaxForBoundingBoxWithNoTraces(
int GetCoordIDMaxForBoundingBoxWithNoTraces(
vtkMySQLDatabase* iDatabaseConnector);
int GoDBCollectionOfTraces::GetCoordIDMinForBoundingBoxWithNoTraces(
int GetCoordIDMinForBoundingBoxWithNoTraces(
vtkMySQLDatabase* iDatabaseConnector);
/** \brief return the coordinate min of all the coordinates of the
selected traces*/
Expand Down

0 comments on commit 0080e9e

Please sign in to comment.