From 2d1f687244bc12c91af30ecd0704b737f4b89fd3 Mon Sep 17 00:00:00 2001 From: qon <qon@jwdt.org> Date: Fri, 4 Apr 2014 12:32:18 +0200 Subject: [PATCH] fix file permissions --- bioem.cpp | 0 bioem_cuda.cu | 0 cmodules/affinity.cpp | 0 cmodules/affinity.h | 0 cmodules/get_private_profile.h | 0 cmodules/os_low_level_helper.h | 0 cmodules/pthread_mutex_win32_wrapper.h | 0 cmodules/qmalloc.cpp | 0 cmodules/qmalloc.h | 0 cmodules/qmultialloc.cpp | 0 cmodules/qmultialloc.h | 0 cmodules/sched_affinity_win32_wrapper.h | 0 cmodules/switchtemplate.h | 0 cmodules/threadserver.cpp | 0 cmodules/threadserver.h | 0 cmodules/timer.cpp | 0 cmodules/timer.h | 0 include/bioem.h | 0 include/defs.h | 0 include/map.h | 0 include/model.h | 0 include/param.h | 0 main.cpp | 0 map.cpp | 0 model.cpp | 0 param.cpp | 0 26 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bioem.cpp mode change 100755 => 100644 bioem_cuda.cu mode change 100755 => 100644 cmodules/affinity.cpp mode change 100755 => 100644 cmodules/affinity.h mode change 100755 => 100644 cmodules/get_private_profile.h mode change 100755 => 100644 cmodules/os_low_level_helper.h mode change 100755 => 100644 cmodules/pthread_mutex_win32_wrapper.h mode change 100755 => 100644 cmodules/qmalloc.cpp mode change 100755 => 100644 cmodules/qmalloc.h mode change 100755 => 100644 cmodules/qmultialloc.cpp mode change 100755 => 100644 cmodules/qmultialloc.h mode change 100755 => 100644 cmodules/sched_affinity_win32_wrapper.h mode change 100755 => 100644 cmodules/switchtemplate.h mode change 100755 => 100644 cmodules/threadserver.cpp mode change 100755 => 100644 cmodules/threadserver.h mode change 100755 => 100644 cmodules/timer.cpp mode change 100755 => 100644 cmodules/timer.h mode change 100755 => 100644 include/bioem.h mode change 100755 => 100644 include/defs.h mode change 100755 => 100644 include/map.h mode change 100755 => 100644 include/model.h mode change 100755 => 100644 include/param.h mode change 100755 => 100644 main.cpp mode change 100755 => 100644 map.cpp mode change 100755 => 100644 model.cpp mode change 100755 => 100644 param.cpp diff --git a/bioem.cpp b/bioem.cpp old mode 100755 new mode 100644 diff --git a/bioem_cuda.cu b/bioem_cuda.cu old mode 100755 new mode 100644 diff --git a/cmodules/affinity.cpp b/cmodules/affinity.cpp old mode 100755 new mode 100644 diff --git a/cmodules/affinity.h b/cmodules/affinity.h old mode 100755 new mode 100644 diff --git a/cmodules/get_private_profile.h b/cmodules/get_private_profile.h old mode 100755 new mode 100644 diff --git a/cmodules/os_low_level_helper.h b/cmodules/os_low_level_helper.h old mode 100755 new mode 100644 diff --git a/cmodules/pthread_mutex_win32_wrapper.h b/cmodules/pthread_mutex_win32_wrapper.h old mode 100755 new mode 100644 diff --git a/cmodules/qmalloc.cpp b/cmodules/qmalloc.cpp old mode 100755 new mode 100644 diff --git a/cmodules/qmalloc.h b/cmodules/qmalloc.h old mode 100755 new mode 100644 diff --git a/cmodules/qmultialloc.cpp b/cmodules/qmultialloc.cpp old mode 100755 new mode 100644 diff --git a/cmodules/qmultialloc.h b/cmodules/qmultialloc.h old mode 100755 new mode 100644 diff --git a/cmodules/sched_affinity_win32_wrapper.h b/cmodules/sched_affinity_win32_wrapper.h old mode 100755 new mode 100644 diff --git a/cmodules/switchtemplate.h b/cmodules/switchtemplate.h old mode 100755 new mode 100644 diff --git a/cmodules/threadserver.cpp b/cmodules/threadserver.cpp old mode 100755 new mode 100644 diff --git a/cmodules/threadserver.h b/cmodules/threadserver.h old mode 100755 new mode 100644 diff --git a/cmodules/timer.cpp b/cmodules/timer.cpp old mode 100755 new mode 100644 diff --git a/cmodules/timer.h b/cmodules/timer.h old mode 100755 new mode 100644 diff --git a/include/bioem.h b/include/bioem.h old mode 100755 new mode 100644 diff --git a/include/defs.h b/include/defs.h old mode 100755 new mode 100644 diff --git a/include/map.h b/include/map.h old mode 100755 new mode 100644 diff --git a/include/model.h b/include/model.h old mode 100755 new mode 100644 diff --git a/include/param.h b/include/param.h old mode 100755 new mode 100644 diff --git a/main.cpp b/main.cpp old mode 100755 new mode 100644 diff --git a/map.cpp b/map.cpp old mode 100755 new mode 100644 diff --git a/model.cpp b/model.cpp old mode 100755 new mode 100644 diff --git a/param.cpp b/param.cpp old mode 100755 new mode 100644 -- GitLab