Skip to content

lowercase filenames burgers#273

Open
jbrzensk wants to merge 2 commits intomainfrom
bug/lowercase_burgers
Open

lowercase filenames burgers#273
jbrzensk wants to merge 2 commits intomainfrom
bug/lowercase_burgers

Conversation

@jbrzensk
Copy link
Collaborator

@jbrzensk jbrzensk commented Jan 29, 2026

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Example
  • Documentation

Description

Some C++ examlpes start with capital letters. The standard is lowercase. This fixes Burgers1D.cpp.

Related Issues & Documents

closes #272

@valeriabarra
Copy link
Collaborator

Hi @jbrzensk, I think the rationale was in favor of preserving the capital letter for proper names (e.g., Poisson, Burger, etc).

If you want to rename these, it is fine with me, but notice that also the MATLAB/Octave version should change.

Also, please use git mv to rename any files so to preserve its history (including the possibiity to git blame)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C++ examples have capital first letters. All others start with lowercase.

2 participants