Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set model_template to NULL for virtual node populations in examples 2 & 4 #50

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Jean Jacquemier
Jean-Denis Courcol
Joni Herttuainen
Jorge Blanco Alonso
Kerem Kurban
King James Gonzalo
Matthias Wolf
Michael Gevaert
Expand Down
Binary file modified source/usecases/usecase2/nodes.h5
Binary file not shown.
7 changes: 7 additions & 0 deletions source/usecases/usecase2/nodes.h5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@ GROUP "/" {
0, 0
}
}
DATASET "model_template" {
DATATYPE H5T_STD_U32LE
DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
DATA {
"NULL"
}
}
}
DATASET "node_type_id" {
DATATYPE H5T_STD_I64LE
Expand Down
Binary file modified source/usecases/usecase4/virtual_nodes_A.h5
Binary file not shown.
7 changes: 7 additions & 0 deletions source/usecases/usecase4/virtual_nodes_A.h5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ GROUP "/" {
0, 0
}
}
DATASET "model_template" {
DATATYPE H5T_STD_U32LE
DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
DATA {
"NULL"
}
}
}
DATASET "node_type_id" {
DATATYPE H5T_STD_I64LE
Expand Down
Binary file modified source/usecases/usecase4/virtual_nodes_B.h5
Binary file not shown.
7 changes: 7 additions & 0 deletions source/usecases/usecase4/virtual_nodes_B.h5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ GROUP "/" {
0, 0
}
}
DATASET "model_template" {
DATATYPE H5T_STD_U32LE
DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
DATA {
"NULL"
}
}
}
DATASET "node_type_id" {
DATATYPE H5T_STD_I64LE
Expand Down