Displaying 1 result from an estimated 1 matches for "01syndic".
2008 Dec 05
0
applying a function several times
I am sorry. I am not sure if the mail a send before to this list was rejected because of header (subject).
I've changed it. The first maybe was not appropriate.
I did a function (sec_conop) whose arguments are syndic,
well and wellconop.
sec_conop(syndic='01syndic.txt',well='well-1.csv',wellconop='well-1.dat');closeAllConnections()
This function takes “well” and “syndic”, matching between
them and then it does some transformations. The result is exported to
“wellconop”.
I will apply this function to one hundred different “wells”.
Theref...