Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Feb 13, 2025
1 parent f97d477 commit 7e9f961
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/PDEs/Poisson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ int main(int, char**)
// Functions
P1 vh(mesh);

// auto f = cos(2 * M_PI * F::x) * sin(2 * M_PI * F::y);
ScalarFunction f(1.0);

TrialFunction u(vh);
Expand Down
1 change: 0 additions & 1 deletion src/Rodin/Threads/ThreadPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ namespace Rodin::Threads
*
* @return The number of threads currently used by the thread pool.
*/
constexpr
auto getThreadCount() const
{
return m_pool.get_thread_count();
Expand Down
2 changes: 1 addition & 1 deletion third-party/ISCD/Mshdist
Submodule Mshdist updated 1 files
+21 −7 CMakeLists.txt
2 changes: 1 addition & 1 deletion third-party/m.css
Submodule m.css updated 404 files

0 comments on commit 7e9f961

Please sign in to comment.