Skip to content
Snippets Groups Projects
Commit 456c5f3e authored by Timo Koch's avatar Timo Koch
Browse files

[exercise][model] Make sure task 1-5 can be done without imageIntensity interface

parent 9adb2954
No related branches found
No related tags found
No related merge requests found
Pipeline #30840 passed
......@@ -161,7 +161,7 @@ int main(int argc, char** argv)
// We initialize the VTK output module and write out the initial concentration field
// VtkOutputModule<GridVariables, SolutionVector> vtkWriter(*gridVariables, sol, problem->name());
// vtkWriter.addVolumeVariable([](const auto& vv){ return vv.imageIntensity(); }, "imageIntensity");
// vtkWriter.addVolumeVariable([](const auto& vv){ return vv.priVar(0); }, "imageIntensity");
// vtkWriter.write(0.0);
// We instantiate time loop using start and end time as well as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment