Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
292a8aaa
Commit
292a8aaa
authored
Jun 07, 2019
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing files to inference/Makefile.am
parent
a2e43308
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Makefile.am
Makefile.am
+5
-0
src/graph/inference/Makefile.am
src/graph/inference/Makefile.am
+3
-1
No files found.
Makefile.am
View file @
292a8aaa
...
...
@@ -34,6 +34,11 @@ nobase_dist_graphtooldoc_DATA = \
doc/demos/index.rst
\
doc/demos/animation/animation.rst
\
doc/demos/inference/inference.rst
\
doc/demos/cppextensions/Makefile
\
doc/demos/cppextensions/cppextensions.rst
\
doc/demos/cppextensions/kcore.cc
\
doc/demos/cppextensions/kcore.hh
\
doc/demos/cppextensions/kcore.py
\
doc/sphinxext/comment_eater.py
\
doc/sphinxext/phantom_import.py
\
doc/sphinxext/compiler_unparse.py
\
...
...
src/graph/inference/Makefile.am
View file @
292a8aaa
...
...
@@ -104,14 +104,16 @@ libgraph_tool_inference_la_include_HEADERS = \
layers/graph_blockmodel_layers.hh
\
layers/graph_blockmodel_layers_util.hh
\
uncertain/graph_blockmodel_dynamics.hh
\
uncertain/graph_blockmodel_dynamics_discrete.hh
\
uncertain/graph_blockmodel_dynamics_continuous.hh
\
uncertain/graph_blockmodel_dynamics_discrete.hh
\
uncertain/graph_blockmodel_dynamics_epidemics_mcmc_h.hh
\
uncertain/graph_blockmodel_dynamics_mcmc.hh
\
uncertain/graph_blockmodel_dynamics_pseudo_ising_mcmc_h.hh
\
uncertain/graph_blockmodel_measured.hh
\
uncertain/graph_blockmodel_uncertain.hh
\
uncertain/graph_blockmodel_uncertain_marginal.hh
\
uncertain/graph_blockmodel_uncertain_mcmc.hh
\
uncertain/graph_blockmodel_uncertain_util.hh
\
uncertain/graph_blockmodel_sample_edge.hh
\
loops/bundled_vacate_loop.hh
\
loops/exhaustive_loop.hh
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment