+/**
+ * @file
+ * @brief @ref snode priority queue for @ref shortPath in @ref sgraph
+ */
+
/*************************************************************************
* Copyright (c) 2011 AT&T Intellectual Property
* All rights reserved. This program and the accompanying materials
* Contributors: Details at https://graphviz.org
*************************************************************************/
-/* Priority Queue Code for shortest path in graph */
-
#include <ortho/sgraph.h>
#define N_VAL(n) (n)->n_val