File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ PenaltyBreakTemplateDeclaration: 10
84
84
PenaltyExcessCharacter : 1000000
85
85
PenaltyReturnTypeOnItsOwnLine : 200
86
86
PointerAlignment : Left
87
+ QualifierAlignment : Left
87
88
ReflowComments : true
88
89
SortIncludes : true
89
90
SortUsingDeclarations : true
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ void load_state_point();
34
34
// can be created by calling calculate_parallel_index_vector on
35
35
// source_bank.size() if such a vector is not already available.
36
36
void write_source_point (const char * filename, gsl::span<SourceSite> source_bank,
37
- vector<int64_t > const & bank_index);
37
+ const vector<int64_t >& bank_index);
38
38
39
39
// This appends a source bank specification to an HDF5 file
40
40
// that's already open. It is used internally by write_source_point.
41
41
void write_source_bank (hid_t group_id, gsl::span<SourceSite> source_bank,
42
- vector<int64_t > const & bank_index);
42
+ const vector<int64_t >& bank_index);
43
43
44
44
void read_source_bank (
45
45
hid_t group_id, vector<SourceSite>& sites, bool distribute);
You can’t perform that action at this time.
0 commit comments