Skip to content
Snippets Groups Projects
Commit 816245e6 authored by klaus's avatar klaus
Browse files

bug removed

[[Imported from SVN: r920]]
parent b876cae1
No related branches found
No related tags found
No related merge requests found
# this file is for internal ug configuration. don't change it!
GRAPE_CFLAGS = -DGRAPET -I$(LD_LIBRARY_PATH)
GRAPE_LFLAGS = -L$(LD_LIBRARY_PATH)
GRAPE_LFLAGS = -L$(LD_LIBRARY_PATH) -lgr
......@@ -635,7 +635,7 @@ static INT PreprocessNodeIndex (const char *name, MULTIGRID *theMG)
INT i, index;
VECTOR *theVector;
if (TYPE_DEF_IN_MG(theMG,NODEVECTOR))
if (!TYPE_DEF_IN_MG(theMG,NODEVECTOR))
return (1);
for (i=0; i<=CURRENTLEVEL(theMG); i++)
{
......
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