Skip to content
Snippets Groups Projects
Commit ce9aa723 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

ensure minmax doesn't get used outside MinMax.cpp
parent fa53b025
No related branches found
No related tags found
No related merge requests found
// $Id: MinMax.cpp,v 1.13 2003-03-26 16:57:07 geuzaine Exp $ // $Id: MinMax.cpp,v 1.14 2003-03-26 21:01:18 geuzaine Exp $
// //
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
// //
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
extern Context_T CTX; extern Context_T CTX;
void minmax(void *a, void *b) static void minmax(void *a, void *b)
{ {
Vertex *v; Vertex *v;
v = *(Vertex **) a; v = *(Vertex **) a;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment