提交历史

作者 SHA1 备注 提交日期
  Markus Dittrich b05f84479f Added macros to reduce boilerplate code. 11 年之前
  Jacob Czech 4b775e08f7 Fixed typo and indenting. Removed tabs. 11 年之前
  Jacob Czech bdc2cfbcc7 Added API functions to set iterations and timestep 11 年之前
  Markus Dittrich c67823df33 Bugfix: Added missing initialization for a struct var 11 年之前
  Jacob Czech 4157bf2743 Added API function to create new species. 11 年之前
  Markus Dittrich b9c1cdc3ab Added API function for changing reaction rates at runtime. 11 年之前
  Markus Dittrich e94cec8fa3 Minor cleanup. 11 年之前
  Markus Dittrich 747a12dc1e Make sure version info is printed at the top. 11 年之前
  Markus Dittrich e32c6bb1dd Refactored function "prepare_reactions". 11 年之前
  Jeffrey Bush d827760225 Changes required to make compiling with DEBUG work. Apparently someone's debug code doesn't actually compile anymore... 11 年之前
  Jeffrey Bush 4b02192fab Updated the Windows stat wrapper function to work with the newest MinGW headers which use some preprocessor magic with the stat/fstat functions which was incompatible with my wrapper. Also removed a compile warning about time being a global function. 11 年之前
  Jeffrey Bush bae2948be0 Removed many compile warnings about variables possibly being used before assigned. While the logic did work out, the compiler could not tell. Moved the setting code to a place where the compiler could determine it always ran first. This may however run some additional code in cases where the "continues" are hit for every vertex (and the initialization code is thus not needed). 11 年之前
  Jeffrey Bush 5b3975f9b8 Removed compile warning when comparing a string with an integer. 11 年之前
  Jeffrey Bush ca791738c6 Removed a warning about printf already being defined by undefining it if it already is defined. 11 年之前
  Jeffrey Bush b55c82ae09 Removed unused variables (generated warnings with MinGW). In most cases they are simply commented out. 11 年之前
  Jeffrey Bush aedc080df6 The all function already exists in Python 2.5 and newer (released in 2006) and is faster. 11 年之前
  Jeffrey Bush c308ed3524 BUGIFX: Local headers must use "" and not <>. 11 年之前
  Jacob Czech 835ced3cab Fixed indenting. Wrapped long lines. 11 年之前
  Jacob Czech e47280b22f Merge branch 'master' of https://github.com/mcellteam/mcell 11 年之前
  Markus Dittrich c6ac30fd8d Ensure that command line flag -quiet takes precedence 11 年之前
  Markus Dittrich 5b563bbfb4 Minor code cleanup. 11 年之前
  Jacob Czech 81903a49c9 Error checking for interaction radius 11 年之前
  Markus Dittrich a5815f4568 Added API function to retrieve COUNT values at runtime. 11 年之前
  Markus Dittrich d5931f4300 Updated version info a bit more. 11 年之前
  Markus Dittrich 7e7108005b Added automake's compile file to gitignore. 11 年之前
  Markus Dittrich 45a259a824 libmcell: Exposed more fine grained control over running simulations 11 年之前
  Jacob Czech 913dddbd53 Bugfix: Cellblender viz output for Windows. 11 年之前
  Markus Dittrich 3142d287de Merge branch 'libmcell_api' 11 年之前
  Markus Dittrich 000e427598 Added basic skeleton for libmcell framework 11 年之前
  Jacob Czech 885ae09172 Fixed radial directions/subdivisions bug 11 年之前