CynthiaLiu0805 / BridgeCorrosion

MIT License
0 stars 0 forks source link

MIS: Inputs to Control Module #46

Closed omltcat closed 7 months ago

omltcat commented 7 months ago

long, lat := long: R, lat: R # input coordinate get from Input Parameter Module.

So if I understand this correctly, main calls Input Verification Module (from UI?), which calls Input Parameter Module, which returns lat, long.

That is not "input" to main.

Input to the main module is probably more like arguments you give when starting the whole program.

CynthiaLiu0805 commented 7 months ago

I get it, your explanation is so clear, thanks for that. Fixed in f483669.