I want to use two Dflux subroutines at the same time in my model, to simulate two arc sources moving simultaneously. How can I do this?
Is it correct..
Subroutine DFLUX()
....
Coding
...
RETURN
END DFLUX
Subroutine DFLUX()
....
Coding
....
RETURN
END DFLUX
END
Kindly help me with this...