Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hqr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
hqr
Commits
e5e3cef6
"README.md" did not exist on "1b92f1abe37e1874a901593fbf2c8c7b83afad25"
Commit
e5e3cef6
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation format
parent
70088e7c
No related branches found
No related tags found
1 merge request
!6
Tilesinfo struct
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/libhqr.h
+6
-6
6 additions, 6 deletions
include/libhqr.h
with
6 additions
and
6 deletions
include/libhqr.h
+
6
−
6
View file @
e5e3cef6
...
@@ -94,12 +94,12 @@ typedef struct libhqr_tiledesc_s{
...
@@ -94,12 +94,12 @@ typedef struct libhqr_tiledesc_s{
* @brief Minimal structure to stock the information for each tile
* @brief Minimal structure to stock the information for each tile
*/
*/
typedef
struct
libhqr_tileinfo_s
{
typedef
struct
libhqr_tileinfo_s
{
int
type
;
/** The type of the tile */
int
type
;
/**
<
The type of the tile */
int
currpiv
;
/** Number of the time annihilating the current tile */
int
currpiv
;
/**
<
Number of the time annihilating the current tile */
int
nextpiv
;
/** The next tile killed by the tile */
int
nextpiv
;
/**
<
The next tile killed by the tile */
int
prevpiv
;
/** The previous tile killed by the tile */
int
prevpiv
;
/**
<
The previous tile killed by the tile */
int
first_nextpiv
;
/** The first next tile killed */
int
first_nextpiv
;
/**
<
The first next tile killed */
int
first_prevpiv
;
/** The first previous tile killed */
int
first_prevpiv
;
/**
<
The first previous tile killed */
}
libhqr_tileinfo_t
;
}
libhqr_tileinfo_t
;
struct
libhqr_tree_s
;
struct
libhqr_tree_s
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment