Skip to content

Commit

Permalink
removed un-used vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jun 2, 2024
1 parent 96df7f3 commit 3cc37d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ void velBC_user(const Vector &x, double t, Vector &u) {

/// generic user-specified temp ic
double tempIC_user(const Vector &coords, double t) {
double x = coords(0);
double y = coords(1);
double z = coords(2);
double temp;
temp = -1.0;
return temp;
Expand Down

0 comments on commit 3cc37d2

Please sign in to comment.