Skip to content
Snippets Groups Projects
Commit 2d418d48 authored by Oliver Sander's avatar Oliver Sander
Browse files

fix spelling in a method name

[[Imported from SVN: r8461]]
parent 25b311bc
No related branches found
No related tags found
No related merge requests found
......@@ -18045,10 +18045,10 @@ oops:
 
/****************************************************************************/
/*
OrderHirarchically -
OrderHierarchically -
 
SYNOPSIS:
static INT OrderHirarchically(MULTIGRID *mg)
static INT OrderHierarchically(MULTIGRID *mg)
 
PARAMETERS:
mg -
......@@ -18064,7 +18064,7 @@ oops:
*/
/****************************************************************************/
 
static INT OrderHirarchically(MULTIGRID *mg)
static INT OrderHierarchically(MULTIGRID *mg)
{
INT i;
GRID *grid;
......@@ -18403,8 +18403,8 @@ fault:
return 1;
}
 
/* now order level 1 to toplevel hirarchically */
if (OrderHirarchically(mg)) {
/* now order level 1 to toplevel hierarchically */
if (OrderHierarchically(mg)) {
UserWrite("Insufficient memory to order elements 2\n");
#ifdef ModelP
ReleaseTmpMem(heap,MarkKey);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment