Skip to content

Commit 39ad198

Browse files
committed
run precommit
1 parent e3d2dc8 commit 39ad198

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Common/include/option_structure.inl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,10 @@ class COptionWallSpecies : public COptionBase {
13171317
COptionWallSpecies(string option_field_name, unsigned short& nMarker_Wall_Species, string*& Marker_Wall_Species,
13181318
unsigned short**& option_field, const map<string, Tenum> m, su2double**& value,
13191319
unsigned short& nSpecies_per_Wall)
1320-
: size(nMarker_Wall_Species), marker(Marker_Wall_Species), field(option_field), value(value),
1320+
: size(nMarker_Wall_Species),
1321+
marker(Marker_Wall_Species),
1322+
field(option_field),
1323+
value(value),
13211324
nSpecies_per_Wall(nSpecies_per_Wall) {
13221325
this->name = option_field_name;
13231326
this->m = m;

0 commit comments

Comments
 (0)