From: Jean-Paul Pelteret Date: Thu, 16 Jan 2025 20:35:30 +0000 (+0100) Subject: Merge pull request #17998 from bangerth/44-1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cd53ac08350d78ba15e2f61486f1d339ff7953;p=dealii.git Merge pull request #17998 from bangerth/44-1 Move a function in step-44. --- 24cd53ac08350d78ba15e2f61486f1d339ff7953 diff --cc examples/step-44/step-44.cc index 57b7880776,3d15b290c0..a273bbaf82 --- a/examples/step-44/step-44.cc +++ b/examples/step-44/step-44.cc @@@ -840,10 -840,8 +840,8 @@@ namespace Step4 // Set up the finite element system to be solved: void system_setup(); - void determine_component_extractors(); - // Create Dirichlet constraints for the incremental displacement field: - void make_constraints(const int it_nr); + void make_constraints(const unsigned int it_nr); // Several functions to assemble the system and right hand side matrices // using multithreading. Each of them comes as a wrapper function, one