Skip to content

Commit dad20d7

Browse files
committed
extra ';'
1 parent 3f65e8e commit dad20d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/include/containers/C2DContainer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,6 @@ inline void Alloc3D(unsigned long M, const std::vector<unsigned long>& N, unsign
657657
for(unsigned long i = 0; i < M; ++i){
658658
X[i].resize(N[i],P) = su2double(val);
659659
}
660-
};
660+
}
661661

662662
}

0 commit comments

Comments
 (0)