-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove old DistributedWeightingField
- Loading branch information
1 parent
fa1ac61
commit 07c4344
Showing
4 changed files
with
5 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
#include "Eisvogel/DistributedWeightingField.hh" | ||
#include "Eisvogel/CoordUtils.hh" | ||
|
||
int main(int argc, char* argv[]) { | ||
|
||
namespace CU = CoordUtils; | ||
CoordVector start_coords = CU::MakeCoordVectorTRZ(-50.0, -10.0, -10.0); | ||
CoordVector end_coords = CU::MakeCoordVectorTRZ(50.0, 10.0, 10.0); | ||
// namespace CU = CoordUtils; | ||
// CoordVector start_coords = CU::MakeCoordVectorTRZ(-50.0, -10.0, -10.0); | ||
// CoordVector end_coords = CU::MakeCoordVectorTRZ(50.0, 10.0, 10.0); | ||
|
||
DistributedWeightingField wf("./dist_wf", start_coords, end_coords); | ||
// DistributedWeightingField wf("./dist_wf", start_coords, end_coords); | ||
} |