Skip to content

Commit

Permalink
Linting barf
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jun 6, 2023
1 parent 16bd67c commit d834cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdms/src/simulation_manager/execute_detector_subfunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ void SimulationManager::compute_detector_functions(unsigned int tind,
* because OpenMP 2.5 (the only version the VSCode compiler supports) does not
* permit unsigned integers in parallel for loops.
*
* Conversely, OpenMP on Mac and Ubuntu does support this, so the code is simpler
* and safer. When VisualStudio eventually update their OpenMP spec we can
* probably remove this.
* Conversely, OpenMP on Mac and Ubuntu does support this, so the code is
* simpler and safer. When VisualStudio eventually update their OpenMP spec we
* can probably remove this.
*/
#if (_OPENMP < 200805)
long long int loop_upper_index = inputs.f_ex_vec.size();
Expand Down

0 comments on commit d834cd0

Please sign in to comment.