We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FixAssetDualsRow
1 parent 5ff7770 commit 424604aCopy full SHA for 424604a
1 file changed
src/output.rs
@@ -130,17 +130,6 @@ struct CommodityBalanceDualsRow {
130
value: f64,
131
}
132
133
-/// Represents the fixed asset duals data in a row of the fixed asset duals CSV file
134
-#[derive(Serialize, Deserialize, Debug, PartialEq)]
135
-struct FixedAssetDualsRow {
136
- pac: CommodityID,
137
- pac_flow: f64,
138
- commodity_id: CommodityID,
139
- commodity_flow: f64,
140
- time_slice: TimeSliceID,
141
- value: f64,
142
-}
143
-
144
/// For writing extra debug information about the model
145
struct DebugDataWriter {
146
commodity_balance_duals_writer: csv::Writer<File>,
0 commit comments