aboutsummaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-05-12 09:06:03 +0200
committerAnton Khirnov <anton@khirnov.net>2019-05-17 09:44:36 +0200
commit1980fccbc872d3c203034f236951eb9834fe916e (patch)
tree7b313b42a694f8fc814b988110a63cf39c2b62d5 /transfer.h
parentf430bdb2823ac7596c4db24f230e37fda0bc55ff (diff)
transfer: unify the code for full-weighted transfer
Also, rename the operator names to make more sense.
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer.h b/transfer.h
index d5c61a4..bb9a035 100644
--- a/transfer.h
+++ b/transfer.h
@@ -30,8 +30,8 @@ enum GridTransferOperator {
GRID_TRANSFER_LAGRANGE_5,
GRID_TRANSFER_LAGRANGE_7,
GRID_TRANSFER_FW_1,
+ GRID_TRANSFER_FW_2,
GRID_TRANSFER_FW_3,
- GRID_TRANSFER_FW_5,
};
typedef struct RegularGrid2D {