Skip to content
Closed
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
2 changes: 1 addition & 1 deletion src/simulation/m_bubbles.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module m_bubbles

use m_variables_conversion !< State variables type conversion procedures

use m_helper_basic !< Functions to compare floating point numbers
use m_helper_basic !< Functions to compare floating point

Copilot AI Feb 22, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment for use m_helper_basic has been truncated incorrectly. The comment should be "Functions to compare floating point numbers" to match the convention used throughout the codebase. All other 28 instances of this import across the codebase use the complete comment. The word "numbers" should not be removed.

Suggested change
use m_helper_basic !< Functions to compare floating point
use m_helper_basic !< Functions to compare floating point numbers

Copilot uses AI. Check for mistakes.

implicit none

Expand Down
Loading