mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
deprecated older zobov
This commit is contained in:
parent
41abc9eb35
commit
d7faa7133c
2 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
add_executable(voz1b1 voz1b1.c readfiles.c vozutil.c voz.h)
|
#add_executable(voz1b1 voz1b1.c readfiles.c vozutil.c voz.h)
|
||||||
target_link_libraries(voz1b1 ${QHULL_LIBRARY} ${MATH_LIB})
|
#target_link_libraries(voz1b1 ${QHULL_LIBRARY} ${MATH_LIB})
|
||||||
|
|
||||||
|
|
||||||
add_executable(jozov jozov.c findrtop.c)
|
#add_executable(jozov jozov.c findrtop.c)
|
||||||
target_link_libraries(jozov ${MATH_LIB})
|
#target_link_libraries(jozov ${MATH_LIB})
|
||||||
|
|
||||||
add_executable(vozinit vozinit.c readfiles.c)
|
add_executable(vozinit vozinit.c readfiles.c)
|
||||||
target_link_libraries(vozinit ${MATH_LIB})
|
target_link_libraries(vozinit ${MATH_LIB})
|
||||||
|
|
|
@ -173,7 +173,7 @@ int main(int argc, char *argv[]) {
|
||||||
for (b[0]=0;b[0]<numdiv; b[0]++) {
|
for (b[0]=0;b[0]<numdiv; b[0]++) {
|
||||||
for (b[1] = 0; b[1] < numdiv; b[1]++) {
|
for (b[1] = 0; b[1] < numdiv; b[1]++) {
|
||||||
for (b[2] = 0; b[2] < numdiv; b[2]++) {
|
for (b[2] = 0; b[2] < numdiv; b[2]++) {
|
||||||
fprintf(scr,"%s/voz1b1 %s %f %f %s %d %d %d %d %s&\n",
|
fprintf(scr,"%s/../c_tools/zobov2/voz1b1/voz1b1 %s %f %f %s %d %d %d %d %s&\n",
|
||||||
vobozPath,
|
vobozPath,
|
||||||
posfile,border,boxsize,suffix,numdiv,b[0],b[1],b[2],
|
posfile,border,boxsize,suffix,numdiv,b[0],b[1],b[2],
|
||||||
outDir);
|
outDir);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue