Skip to content

some typos #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Turbulence_Sim_v1_python/TurbSim_v1_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from scipy.interpolate import RectBivariateSpline
from scipy.special import jv
import scipy.integrate as integrate
from integrals_spatial_corr import save_In, In_m, I0, I2
from Integrals_Spatial_Corr import save_In, In_m, I0, I2
from math import gamma
from motion_compensate import motion_compensate
from Motion_Compensate import motion_compensate


def p_obj(N, D, L, r0, wvl, obj_size):
Expand Down