Difference for plugins/molfile_plugin/src/jsplugin.c from version 1.6 to 1.7

version 1.6version 1.7
Line 11
Line 11
  *  *
  *      $RCSfile: jsplugin.c,v $  *      $RCSfile: jsplugin.c,v $
  *      $Author: jim $       $Locker:  $             $State: Exp $  *      $Author: jim $       $Locker:  $             $State: Exp $
  *      $Revision: 1.6 $       $Date: 2017/03/29 21:38:15 $  *      $Revision: 1.7 $       $Date: 2017/03/30 19:53:15 $
  *  *
  ***************************************************************************  ***************************************************************************
  * DESCRIPTION:  * DESCRIPTION:
Line 215
Line 215
 /* than JSBLOCKIO_THRESH atoms, or when directed by the user and */ /* than JSBLOCKIO_THRESH atoms, or when directed by the user and */
 /* not otherwise prohibited...                                   */ /* not otherwise prohibited...                                   */
 static void js_blockio_check_and_set(jshandle *js) { static void js_blockio_check_and_set(jshandle *js) {
   if ((getenv("VMDJSNOBLOCKIO") == NULL) &&    if ( 0 && (getenv("VMDJSNOBLOCKIO") == NULL) && 
       ((js->natoms > JSBLOCKIO_THRESH) || getenv("VMDJSBLOCKIO"))) {       ((js->natoms > JSBLOCKIO_THRESH) || getenv("VMDJSBLOCKIO"))) {
     js->optflags |= JSOPT_TS_BLOCKIO;     js->optflags |= JSOPT_TS_BLOCKIO;
     js->directio_block_size = MOLFILE_DIRECTIO_MIN_BLOCK_SIZE;      js->directio_block_size = MOLFILE_DIRECTIO_MIN_BLOCK_SIZE; 


Legend:
Removed in v.1.6 
changed lines
 Added in v.1.7



Made by using version 1.53 of cvs2html