Изменение ГУ
This commit is contained in:
12
src/main.cpp
12
src/main.cpp
@@ -36,12 +36,12 @@ int main()
|
||||
3 - конвекция
|
||||
4 - отсутствует
|
||||
*/
|
||||
int left = 1;
|
||||
int top = 3;
|
||||
int right = 1;
|
||||
int bottom = 3;
|
||||
int arc_bound = 4;
|
||||
int hole_bound = 2;
|
||||
int left = 3;
|
||||
int top = 1;
|
||||
int right = 3;
|
||||
int bottom = 1;
|
||||
int arc_bound = 3;
|
||||
int hole_bound = 1;
|
||||
|
||||
double step_5 = 5;
|
||||
double step_10 = 10;
|
||||
|
||||
Reference in New Issue
Block a user