Skip to content

Commit

Permalink
Fix case on header call
Browse files Browse the repository at this point in the history
  • Loading branch information
CyprienBosserelle committed Dec 4, 2023
1 parent 21f188c commit 34fb4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlowGPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "Friction.h"
#include "Updateforcing.h"
#include "Reimann.h"
#include "boundary.h"
#include "Boundary.h"

template <class T> void FlowGPU(Param XParam, Loop<T>& XLoop, Forcing<float> XForcing, Model<T> XModel);

Expand Down

0 comments on commit 34fb4a8

Please sign in to comment.