Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dolfin_warp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Genet
dolfin_warp
Commits
06d6cb72
Commit
06d6cb72
authored
6 years ago
by
PATTE Cecile
Browse files
Options
Downloads
Patches
Plain Diff
Need to instantiate before use, right?
parent
6d8ee342
No related branches found
No related tags found
1 merge request
!1
Need to instantiate before use, right?
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generated_image_expressions_cpp.py
+1
-1
1 addition, 1 deletion
generated_image_expressions_cpp.py
with
1 addition
and
1 deletion
generated_image_expressions_cpp.py
+
1
−
1
View file @
06d6cb72
...
...
@@ -61,8 +61,8 @@ public:
reader->SetFileName(filename);
reader->Update();
image = reader->GetOutput();
// image = vtkSmartPointer<vtkImageData>::New(); // MG20180913: another way to instantiate object
image = reader->GetOutput();
static_scaling = getStaticScalingFactor(image->GetScalarTypeAsString());
...
...
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