Skip to content

Commit

Permalink
Small edits to fix implicit declaration errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erica Hinrichs committed Dec 19, 2023
1 parent ae55144 commit dd5db69
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
33 changes: 33 additions & 0 deletions lg_util/src/gmvwritef.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,39 @@
#include <stdlib.h>
#include <stdio.h>

/* Declare Functions */
gmvwriteopenfile();
gmvwriteclosefile();
gmvwriteclosefile();
gmvwritenodedata();
gmvwritenodedata();
gmvwritenodedatastruct();
gmvwritecellheader();
gmvwritecellheader();
gmvwritecelldata();
gmvwritegeneralcelldata();
gmvwritematerialheader();
gmvwritematerialname();
gmvwritematerialids();
gmvwritevelocitydata();
gmvwritenodedatalstruct();
gmvwritevariableheader();
gmvwritevariablenamedata();
gmvwritevariableendvars();
gmvwriteflagheader();
gmvwriteflagname();
gmvwriteflagtype();
gmvwriteflagdata();
gmvwriteflagendflag();
gmvwritepolygonsheader();
gmvwritepolygonsdata();
gmvwritepolygonsendpoly();
gmvwritetracersheader();
gmvwritetracersnamedata();
gmvwritetracersendtrace();
gmvwriteprobtime();
gmvwritecycleno();

/************************************************************************/
void fgmvwriteopenfile_(char filnam[])
{
Expand Down
3 changes: 3 additions & 0 deletions src/matrix_values_compress.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
#include <stdio.h>
#include <math.h>

/* function declaration */
time();

/********************************skiplist.h******************************/


Expand Down
3 changes: 3 additions & 0 deletions src/metis_lg.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ All metis routines are concatenated below.
*/
#include "metis.h"

/* function declaration */
SelectQueueOneWay();

/*************************************************************************
* This function is my wrapper around free, allows multiple pointers
**************************************************************************/
Expand Down

0 comments on commit dd5db69

Please sign in to comment.