We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0e732 commit ce66598Copy full SHA for ce66598
1 file changed
TestCases/py_wrapper/rotating_cylinder/run.py
@@ -1,12 +1,8 @@
1
-import sys
2
-from optparse import OptionParser # use a parser for configuration
3
import pysu2 # imports the SU2 wrapped module
4
from math import *
5
-import os
6
-import pysu2ad
7
from mpi4py import MPI
8
import numpy as np
9
-import shutil
+
10
comm = MPI.COMM_WORLD
11
rank = comm.Get_rank()
12
ad_com = MPI.COMM_WORLD
0 commit comments