Skip to content

Commit

Permalink
Resolved merge problem with outputmanager.h
Browse files Browse the repository at this point in the history
Removed PostInstall.cmake
  • Loading branch information
rcb547 committed Apr 23, 2024
1 parent a114775 commit 3a5385b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
19 changes: 0 additions & 19 deletions PostInstall.cmake

This file was deleted.

4 changes: 1 addition & 3 deletions src/outputmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@ class cASCIIOutputManager : public cOutputManager {
bool SaveHDRHeader = true;
bool SaveI3Header = true;

bool SaveDFNHeader = true;
bool SaveCSVHeader = true;
bool SaveHDRHeader = true;
public:

cASCIIOutputManager(const cBlock& b, const int& size, const int& rank) {
cOutputManager::initialise(b, size, rank);
Expand Down

0 comments on commit 3a5385b

Please sign in to comment.