Back to Build/check report for BioC 3.23:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-02-20 11:32 -0500 (Fri, 20 Feb 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4869
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 335/2354HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChemmineOB 1.49.1  (landing page)
Thomas Girke
Snapshot Date: 2026-02-19 13:40 -0500 (Thu, 19 Feb 2026)
git_url: https://git.bioconductor.org/packages/ChemmineOB
git_branch: devel
git_last_commit: da55dba
git_last_commit_date: 2026-02-17 14:27:19 -0500 (Tue, 17 Feb 2026)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
See other builds for ChemmineOB in R Universe.


INSTALL results for ChemmineOB on nebbiolo1

To the developers/maintainers of the ChemmineOB package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ChemmineOB.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: ChemmineOB
Version: 1.49.1
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL ChemmineOB
StartedAt: 2026-02-19 15:13:31 -0500 (Thu, 19 Feb 2026)
EndedAt: 2026-02-19 15:15:21 -0500 (Thu, 19 Feb 2026)
EllapsedTime: 109.2 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL ChemmineOB
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘ChemmineOB’ ...
** this is package ‘ChemmineOB’ version ‘1.49.1’
** using staged installation
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENBABEL... no
checking for OPENBABEL... no
checking for gcc... gcc -std=gnu2x
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu2x accepts -g... yes
checking for gcc -std=gnu2x option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -std=gnu2x -E
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.23-bioc/R/include" -DNDEBUG -I/usr/include/openbabel3  -I/usr/include/eigen3  -DUSE_BOOST -DHAVE_EIGEN -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION  -I/usr/local/include/eigen3 -I/usr/local/include/openbabel3    -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/BH/include' -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c ChemmineOB.cpp -o ChemmineOB.o
In file included from /usr/include/openbabel3/openbabel/generic.h:31,
                 from ChemmineOB.cpp:1575:
/usr/include/openbabel3/openbabel/base.h:228:32: warning: ‘virtual const std::string& OpenBabel::OBGenericData::GetValue() const’ was hidden [-Woverloaded-virtual=]
  228 |     virtual const std::string &GetValue()  const
      |                                ^~~~~~~~
In file included from ChemmineOB.cpp:1576:
/usr/include/openbabel3/openbabel/griddata.h:76:12: note:   by ‘OpenBabel::OBGridData::GetValue’
   76 |     double GetValue (vector3 pos) const;
      |            ^~~~~~~~
/usr/include/openbabel3/openbabel/base.h:287:21: warning: ‘virtual void OpenBabel::OBBase::SetTitle(const char*)’ was hidden [-Woverloaded-virtual=]
  287 |       virtual void  SetTitle(const char *) {}
      |                     ^~~~~~~~
In file included from ChemmineOB.cpp:1582:
/usr/include/openbabel3/openbabel/reaction.h:101:8: note:   by ‘void OpenBabel::OBReaction::SetTitle(const std::string&)’
  101 |   void SetTitle(const std::string& title) { _title=title; }
      |        ^~~~~~~~
/usr/include/openbabel3/openbabel/base.h:286:28: warning: ‘virtual const char* OpenBabel::OBBase::GetTitle(bool) const’ was hidden [-Woverloaded-virtual=]
  286 |       virtual const char  *GetTitle(bool UNUSED(replaceNewlines) = true) const { return "";}
      |                            ^~~~~~~~
/usr/include/openbabel3/openbabel/reaction.h:99:15: note:   by ‘std::string OpenBabel::OBReaction::GetTitle() const’
   99 |   std::string GetTitle()        const { return _title; }
      |               ^~~~~~~~
In file included from /usr/include/openbabel3/openbabel/format.h:22,
                 from /usr/include/openbabel3/openbabel/obconversion.h:37,
                 from ChemmineOB.cpp:1587:
/usr/include/openbabel3/openbabel/plugin.h:41:42: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
   41 | struct OBERROR CharPtrLess : public std::binary_function<const char*,const char*, bool>
      |                                          ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /usr/include/c++/13/stdexcept:39,
                 from ChemmineOB.cpp:1559:
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘void _p_f_enum_std__ios_base__event_r_std__ios_base_int__void(std::ios_base::event, std::ios_base&, int)’:
ChemmineOB.cpp:4161:7: warning: unused variable ‘ecode’ [-Wunused-variable]
 4161 |   int ecode = 0; arg1 = (std::ios_base::event) swigarg_arg1; arg2 = (std::ios_base *) &swigarg_arg2; arg3 = (int) swigarg_arg3;
      |       ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ios_base_flags__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:4199:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4199:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ios_base_setf__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:4207:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4207 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4207:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4207 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ios_base_xalloc(SEXP)’:
ChemmineOB.cpp:4286:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4286:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_ios_base(SEXP)’:
ChemmineOB.cpp:4308:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4308 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:4308:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4308 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ios_clear__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:4326:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4326 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4326:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4326 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ios_clear__SWIG_1(SEXP)’:
ChemmineOB.cpp:4333:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4333 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4333:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4333 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_ios(SEXP)’:
ChemmineOB.cpp:4409:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4409 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:4409:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4409 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_ostream(SEXP)’:
ChemmineOB.cpp:4566:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4566 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:4566:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4566 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ostream_write(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:4597:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4597 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4597:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4597 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_istream(SEXP)’:
ChemmineOB.cpp:4669:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4669 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:4669:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4669 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_istream_peek(SEXP, SEXP)’:
ChemmineOB.cpp:4861:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4861 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:4861:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4861 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_iostream(SEXP)’:
ChemmineOB.cpp:4985:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 4985 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:4985:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 4985 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_stringp()’:
ChemmineOB.cpp:5025:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5025 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5025:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5025 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_stringp(SEXP)’:
ChemmineOB.cpp:5031:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5031 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:5031:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5031 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_stringp_assign(SEXP, SEXP)’:
ChemmineOB.cpp:5040:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5040:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_stringp_cast(SEXP)’:
ChemmineOB.cpp:5054:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5054 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5054:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5054 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_stringp_frompointer(SEXP)’:
ChemmineOB.cpp:5061:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5061 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5061:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5061 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_istreamFromFile(SEXP)’:
ChemmineOB.cpp:5075:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5075 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5075:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5075 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ostreamToFile(SEXP)’:
ChemmineOB.cpp:5086:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5086 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5086:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5086 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_closeOfstream(SEXP)’:
ChemmineOB.cpp:5092:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5092 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5092:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5092 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorInt___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5176:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5176 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5176:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5176 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorInt___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:5186:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5186 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5186:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5186 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorInt___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5214:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5214 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5214:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5214 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorInt__SWIG_1(SEXP)’:
ChemmineOB.cpp:5228:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5228 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5228:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5228 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorInt(SEXP)’:
ChemmineOB.cpp:5260:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5260 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:5260:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5260 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorUnsignedInt___setslice__(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5324:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5324 |    if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:5324:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5324 |    if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorUnsignedInt___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5340:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5340 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5340:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5340 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorUnsignedInt___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:5353:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5353 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5353:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5353 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorUnsignedInt___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5367:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5367 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5367:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5367 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorUnsignedInt___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5384:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5384 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5384:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5384 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorUnsignedInt__SWIG_1(SEXP)’:
ChemmineOB.cpp:5406:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5406 |    if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:5406:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5406 |    if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorUnsignedInt(SEXP)’:
ChemmineOB.cpp:5443:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5443 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:5443:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5443 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvInt___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5525:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5525 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5525:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5525 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvInt___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:5539:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5539 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5539:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5539 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvInt___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5555:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5555 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5555:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5555 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvInt___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5576:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5576 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5576:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5576 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorvInt__SWIG_1(SEXP)’:
ChemmineOB.cpp:5593:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5593 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5593:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5593 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorvInt__SWIG_3(SEXP, SEXP)’:
ChemmineOB.cpp:5625:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5625 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5625:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5625 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorvInt(SEXP)’:
ChemmineOB.cpp:5633:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5633 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:5633:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5633 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorDouble___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5709:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5709 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5709:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5709 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorDouble___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:5721:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5721 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5721:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5721 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorDouble___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5752:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5752 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5752:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5752 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorDouble__SWIG_1(SEXP)’:
ChemmineOB.cpp:5767:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5767 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5767:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5767 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorDouble(SEXP)’:
ChemmineOB.cpp:5802:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5802 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:5802:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5802 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorString___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5878:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5878 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5878:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5878 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorString___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:5891:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5891 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5891:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5891 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorString___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:5922:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5922 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5922:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5922 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorString__SWIG_1(SEXP)’:
ChemmineOB.cpp:5939:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5939 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5939:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5939 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorString__SWIG_3(SEXP, SEXP)’:
ChemmineOB.cpp:5969:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5969 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:5969:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5969 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorString(SEXP)’:
ChemmineOB.cpp:5976:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 5976 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:5976:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 5976 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorVector3___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6059:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6059 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6059:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6059 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorVector3___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:6073:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6073 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6073:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6073 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorVector3___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6089:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6089 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6089:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6089 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorVector3___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6109:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6109 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6109:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6109 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorVector3__SWIG_1(SEXP)’:
ChemmineOB.cpp:6126:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6126 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6126:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6126 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorVector3(SEXP)’:
ChemmineOB.cpp:6165:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:6165:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvVector3___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6251:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6251 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6251:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6251 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvVector3___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:6265:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6265 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6265:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6265 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorvVector3___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6302:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6302 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6302:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6302 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorvVector3__SWIG_1(SEXP)’:
ChemmineOB.cpp:6319:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6319 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6319:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6319 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorvVector3__SWIG_3(SEXP, SEXP)’:
ChemmineOB.cpp:6354:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6354 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6354:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6354 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBMol___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6444:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6444 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6444:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6444 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBMol___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:6458:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6458 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6458:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6458 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBMol___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6474:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6474 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6474:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6474 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBMol___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6494:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6494 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6494:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6494 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorOBMol__SWIG_1(SEXP)’:
ChemmineOB.cpp:6511:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6511 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6511:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6511 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorOBMol(SEXP)’:
ChemmineOB.cpp:6550:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6550 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:6550:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6550 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBBond___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6632:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6632 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6632:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6632 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBBond___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:6646:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6646 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6646:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6646 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBBond___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6662:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6662:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBBond___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6682:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6682 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6682:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6682 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorOBBond__SWIG_1(SEXP)’:
ChemmineOB.cpp:6699:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6699 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6699:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6699 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorOBBond(SEXP)’:
ChemmineOB.cpp:6738:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6738 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:6738:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6738 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBResidue___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6821:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6821 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6821:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6821 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBResidue___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:6835:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6835 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6835:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6835 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBResidue___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6851:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6851 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6851:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6851 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBResidue___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:6871:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6871:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorOBResidue__SWIG_1(SEXP)’:
ChemmineOB.cpp:6888:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6888 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:6888:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6888 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorOBResidue(SEXP)’:
ChemmineOB.cpp:6928:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 6928 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:6928:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 6928 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBRing___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7010:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7010 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7010:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7010 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBRing___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:7024:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7024 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7024:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7024 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBRing___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7040:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7040:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorOBRing___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7060:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7060:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorOBRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:7077:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7077 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7077:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7077 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorOBRing(SEXP)’:
ChemmineOB.cpp:7116:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7116 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:7116:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7116 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBRing___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7199:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7199:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBRing___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:7213:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7213 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7213:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7213 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBRing___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7229:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7229 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7229:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7229 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBRing___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7248:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7248 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7248:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7248 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorpOBRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:7265:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7265 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7265:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7265 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vectorpOBRing(SEXP)’:
ChemmineOB.cpp:7303:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7303 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:7303:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7303 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBGenericData___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7387:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7387 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7387:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7387 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBGenericData___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:7401:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7401 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7401:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7401 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBGenericData___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7417:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7417 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7417:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7417 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBGenericData___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7436:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7436 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7436:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7436 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorpOBGenericData__SWIG_1(SEXP)’:
ChemmineOB.cpp:7453:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7453 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7453:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7453 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBInternalCoord___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7578:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7578:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBInternalCoord___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:7592:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7592 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7592:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7592 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBInternalCoord___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7608:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7608 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7608:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7608 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vectorpOBInternalCoord___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7627:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7627 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7627:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7627 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vectorpOBInternalCoord__SWIG_1(SEXP)’:
ChemmineOB.cpp:7644:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7644 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7644:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7644 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_pairUIntUInt__SWIG_2(SEXP)’:
ChemmineOB.cpp:7712:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7712 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7712:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7712 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_pairUIntUInt_first_set(SEXP, SEXP)’:
ChemmineOB.cpp:7723:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7723 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7723:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7723 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_pairUIntUInt_second_set(SEXP, SEXP)’:
ChemmineOB.cpp:7741:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7741 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7741:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7741 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_pairUIntUInt(SEXP)’:
ChemmineOB.cpp:7756:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7756 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:7756:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7756 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vpairUIntUInt___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7842:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7842 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7842:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7842 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vpairUIntUInt___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:7856:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7856 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7856:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7856 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vpairUIntUInt___getitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7872:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7872 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7872:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7872 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vpairUIntUInt___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:7893:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7893 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7893:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7893 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vpairUIntUInt__SWIG_1(SEXP)’:
ChemmineOB.cpp:7911:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7911 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7911:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7911 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vpairUIntUInt__SWIG_3(SEXP, SEXP)’:
ChemmineOB.cpp:7948:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 7948 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:7948:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 7948 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vvpairUIntUInt___delslice__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8054:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8054 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8054:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8054 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vvpairUIntUInt___delitem__(SEXP, SEXP)’:
ChemmineOB.cpp:8068:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8068 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8068:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8068 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vvpairUIntUInt___setitem__(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8106:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8106 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8106:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8106 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vvpairUIntUInt__SWIG_1(SEXP)’:
ChemmineOB.cpp:8142:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8142 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8142:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8142 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vvpairUIntUInt__SWIG_3(SEXP, SEXP)’:
ChemmineOB.cpp:8244:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8244 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8244:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8244 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toAliasData(SEXP)’:
ChemmineOB.cpp:8365:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8365 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8365:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8365 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toAngleData(SEXP)’:
ChemmineOB.cpp:8373:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8373:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toCommentData(SEXP)’:
ChemmineOB.cpp:8381:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8381 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8381:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8381 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toConformerData(SEXP)’:
ChemmineOB.cpp:8389:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8389 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8389:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8389 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toExternalBondData(SEXP)’:
ChemmineOB.cpp:8398:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8398 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8398:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8398 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toGridData(SEXP)’:
ChemmineOB.cpp:8406:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8406 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8406:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8406 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toMatrixData(SEXP)’:
ChemmineOB.cpp:8414:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8414 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8414:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8414 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toNasaThermoData(SEXP)’:
ChemmineOB.cpp:8422:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8422 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8422:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8422 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toPairData(SEXP)’:
ChemmineOB.cpp:8430:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8430 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8430:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8430 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toRateData(SEXP)’:
ChemmineOB.cpp:8438:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8438 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8438:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8438 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toRotamerList(SEXP)’:
ChemmineOB.cpp:8446:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8446 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8446:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8446 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toRotationData(SEXP)’:
ChemmineOB.cpp:8454:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8454 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8454:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8454 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toSerialNums(SEXP)’:
ChemmineOB.cpp:8462:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8462 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8462:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8462 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toSetData(SEXP)’:
ChemmineOB.cpp:8470:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8470 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8470:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8470 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toSymmetryData(SEXP)’:
ChemmineOB.cpp:8478:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8478:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toTorsionData(SEXP)’:
ChemmineOB.cpp:8486:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8486 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8486:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8486 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toUnitCell(SEXP)’:
ChemmineOB.cpp:8494:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8494 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8494:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8494 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toVectorData(SEXP)’:
ChemmineOB.cpp:8502:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8502 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8502:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8502 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toVibrationData(SEXP)’:
ChemmineOB.cpp:8510:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8510 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8510:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8510 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_toVirtualBond(SEXP)’:
ChemmineOB.cpp:8518:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8518 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8518:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8518 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBGlobalDataBase(SEXP)’:
ChemmineOB.cpp:8531:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8531 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:8531:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8531 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGlobalDataBase_Init(SEXP)’:
ChemmineOB.cpp:8538:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8538 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8538:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8538 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGlobalDataBase_ParseLine(SEXP, SEXP)’:
ChemmineOB.cpp:8572:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8572 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8572:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8572 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAtomHOF(SEXP)’:
ChemmineOB.cpp:8599:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8599 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:8599:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8599 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTypeTable(SEXP)’:
ChemmineOB.cpp:8707:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8707 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:8707:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8707 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTypeTable_SetFromType(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8719:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8719 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8719:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8719 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTypeTable_SetToType(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8731:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8731 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8731:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8731 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTypeTable_Translate__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8744:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8744:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTypeTable_Translate__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8762:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8762 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8762:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8762 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTypeTable_Translate__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8775:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8775 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8775:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8775 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ttab_set(SEXP)’:
ChemmineOB.cpp:8799:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8799 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8799:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8799 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ttab_get(SEXP)’:
ChemmineOB.cpp:8803:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8803 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8803:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8803 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueData_SetResName(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8819:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8819 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8819:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8819 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueData_LookupBO__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8831:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8831 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8831:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8831 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueData_LookupBO__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8849:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8849 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8849:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8849 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueData_LookupType(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8872:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8872 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8872:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8872 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBResidueData(SEXP)’:
ChemmineOB.cpp:8892:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8892 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:8892:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8892 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_resdat_set(SEXP)’:
ChemmineOB.cpp:8900:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8900 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8900:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8900 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_resdat_get(SEXP)’:
ChemmineOB.cpp:8904:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8904 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8904:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8904 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStopwatch_Start(SEXP)’:
ChemmineOB.cpp:8910:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8910 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8910:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8910 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBStopwatch(SEXP)’:
ChemmineOB.cpp:8936:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8936 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:8936:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8936 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSqrtTbl(SEXP)’:
ChemmineOB.cpp:8952:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8952 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:8952:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8952 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSqrtTbl_Init(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8968:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8968:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_calc_rms(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8991:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8991 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8991:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8991 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vector3__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:8997:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 8997 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:8997:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 8997 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vector3__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:9003:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9003 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9003:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9003 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vector3__SWIG_2(SEXP)’:
ChemmineOB.cpp:9008:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9008 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9008:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9008 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vector3__SWIG_3()’:
ChemmineOB.cpp:9012:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9012:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_vector3__SWIG_5(SEXP)’:
ChemmineOB.cpp:9029:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9029 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9029:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9029 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_vector3(SEXP)’:
ChemmineOB.cpp:9035:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9035 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:9035:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9035 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_begin__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:9043:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9043 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9043:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9043 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_end__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:9051:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9051 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9051:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9051 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_begin__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:9060:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9060:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_end__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:9069:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9069 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9069:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9069 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_Get(SEXP, SEXP)’:
ChemmineOB.cpp:9137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9137 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9137:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9137 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_AsArray(SEXP)’:
ChemmineOB.cpp:9144:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9144 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9144:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9144 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_randomUnitVector(SEXP)’:
ChemmineOB.cpp:9150:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9150 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9150:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9150 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_normalize(SEXP, SEXP)’:
ChemmineOB.cpp:9158:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9158 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9158:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9158 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_x__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:9213:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9213 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9213:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9213 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_y__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:9221:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9221 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9221:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9221 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_vector3_z__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:9229:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9229 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9229:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9229 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_VZero_get(SEXP)’:
ChemmineOB.cpp:9451:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9451:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_VX_get(SEXP)’:
ChemmineOB.cpp:9455:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9455 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9455:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9455 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_VY_get(SEXP)’:
ChemmineOB.cpp:9459:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9459 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9459:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9459 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_VZ_get(SEXP)’:
ChemmineOB.cpp:9463:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9463 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9463:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9463 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_matrix3x3(SEXP)’:
ChemmineOB.cpp:9508:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9508 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:9508:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9508 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_matrix3x3_GetArray(SEXP, SEXP)’:
ChemmineOB.cpp:9517:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9517 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9517:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9517 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_matrix3x3_isOrthogonal(SEXP, SEXP)’:
ChemmineOB.cpp:9556:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9556 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9556:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9556 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_matrix3x3_isUnitMatrix(SEXP, SEXP)’:
ChemmineOB.cpp:9571:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9571 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9571:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9571 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_matrix3x3_RotAboutAxisByAngle(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:9668:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9668 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9668:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9668 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_matrix3x3_FillOrth(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:9679:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9679 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9679:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9679 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_transform3d_Normalize(SEXP)’:
ChemmineOB.cpp:9824:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9824 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9824:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9824 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_transform3d(SEXP)’:
ChemmineOB.cpp:9830:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9830 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:9830:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9830 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_SpaceGroup(SEXP)’:
ChemmineOB.cpp:9840:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9840 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:9840:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9840 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_SetHMName(SEXP, SEXP)’:
ChemmineOB.cpp:9851:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9851 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9851:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9851 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_SetHallName(SEXP, SEXP)’:
ChemmineOB.cpp:9862:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9862 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9862:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9862 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:9871:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9871:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_BeginTransform(SEXP, SEXP)’:
ChemmineOB.cpp:9948:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9948 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9948:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9948 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_NextTransform(SEXP, SEXP)’:
ChemmineOB.cpp:9964:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9964 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9964:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9964 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_GetSpaceGroup__SWIG_0(SEXP)’:
ChemmineOB.cpp:9972:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9972 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9972:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9972 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_GetSpaceGroup__SWIG_1(SEXP)’:
ChemmineOB.cpp:9982:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9982 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9982:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9982 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_GetSpaceGroup__SWIG_2(SEXP)’:
ChemmineOB.cpp:9989:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9989 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9989:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9989 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_SpaceGroup_Find(SEXP)’:
ChemmineOB.cpp:9998:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 9998 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:9998:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 9998 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_SetBitOn(SEXP, SEXP)’:
ChemmineOB.cpp:10043:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10043 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10043:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10043 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_SetBitOff(SEXP, SEXP)’:
ChemmineOB.cpp:10053:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10053 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10053:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10053 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_SetRangeOn(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:10066:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10066 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10066:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10066 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_SetRangeOff(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:10079:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10079 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10079:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10079 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_Fold(SEXP, SEXP)’:
ChemmineOB.cpp:10089:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10089 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10089:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10089 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_NextBit(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:10114:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10114 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10114:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10114 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_FromVecInt(SEXP, SEXP)’:
ChemmineOB.cpp:10186:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10186 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10186:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10186 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_ToVecInt(SEXP, SEXP)’:
ChemmineOB.cpp:10214:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10214 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10214:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10214 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_Clear(SEXP)’:
ChemmineOB.cpp:10220:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10220 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10220:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10220 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBitVec_Negate(SEXP)’:
ChemmineOB.cpp:10226:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10226 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10226:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10226 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBBitVec(SEXP)’:
ChemmineOB.cpp:10291:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10291 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10291:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10291 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGenericData_Clone(SEXP, SEXP)’:
ChemmineOB.cpp:10378:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10378 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10378:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10378 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBGenericData(SEXP)’:
ChemmineOB.cpp:10385:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10385 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10385:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10385 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGenericData_SetOrigin(SEXP, SEXP)’:
ChemmineOB.cpp:10407:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10407 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10407:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10407 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBBase(SEXP)’:
ChemmineOB.cpp:10447:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10447 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10447:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10447 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:10474:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10474 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10474:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10474 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:10502:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10502 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10502:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10502 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:10514:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10514 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10514:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10514 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:10532:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10532:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:10542:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10542 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10542:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10542 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:10568:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10568 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10568:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10568 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:10578:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10578:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:10595:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10595 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10595:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10595 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBase_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:10608:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10608 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10608:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10608 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBBase()’:
ChemmineOB.cpp:10662:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10662:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCommentData_SetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:10700:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10700 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10700:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10700 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBCommentData(SEXP)’:
ChemmineOB.cpp:10716:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10716 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10716:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10716 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBExternalBond(SEXP)’:
ChemmineOB.cpp:10751:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10751:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBExternalBond_GetIdx(SEXP, SEXP)’:
ChemmineOB.cpp:10759:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10759 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10759:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10759 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBExternalBond_GetAtom(SEXP)’:
ChemmineOB.cpp:10768:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10768 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10768:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10768 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBExternalBond_GetBond(SEXP)’:
ChemmineOB.cpp:10777:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10777:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBExternalBond_SetAtom(SEXP, SEXP)’:
ChemmineOB.cpp:10795:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10795 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10795:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10795 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBExternalBond_SetBond(SEXP, SEXP)’:
ChemmineOB.cpp:10806:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10806 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10806:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10806 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBExternalBondData(SEXP)’:
ChemmineOB.cpp:10844:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10844 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10844:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10844 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPairData_SetValue__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:10859:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10859 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10859:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10859 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBPairData(SEXP)’:
ChemmineOB.cpp:10877:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10877 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10877:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10877 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSetData_AddData(SEXP, SEXP)’:
ChemmineOB.cpp:10891:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10891 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10891:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10891 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSetData_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:10917:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10917 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10917:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10917 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSetData_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:10930:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10930 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10930:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10930 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSetData_DeleteData(SEXP, SEXP)’:
ChemmineOB.cpp:10968:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:10968:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSetData(SEXP)’:
ChemmineOB.cpp:10974:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10974 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:10974:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
10974 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBVirtualBond(SEXP)’:
ChemmineOB.cpp:11038:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11038 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:11038:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11038 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRingData(SEXP)’:
ChemmineOB.cpp:11059:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11059 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:11059:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11059 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRingData_PushBack(SEXP, SEXP)’:
ChemmineOB.cpp:11082:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11082 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11082:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11082 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRingData_BeginRing(SEXP, SEXP)’:
ChemmineOB.cpp:11127:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11127 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11127:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11127 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRingData_NextRing(SEXP, SEXP)’:
ChemmineOB.cpp:11144:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11144 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11144:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11144 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBUnitCell(SEXP)’:
ChemmineOB.cpp:11197:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11197 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:11197:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11197 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBUnitCell_SetSpaceGroup__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:11276:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11276 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11276:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11276 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBUnitCell_FillUnitCell(SEXP, SEXP)’:
ChemmineOB.cpp:11304:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11304 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11304:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11304 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBUnitCell_GetSpaceGroup__SWIG_0(SEXP)’:
ChemmineOB.cpp:11424:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11424 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11424:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11424 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBUnitCell_GetSpaceGroup__SWIG_1(SEXP)’:
ChemmineOB.cpp:11433:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11433 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11433:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11433 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBUnitCell_GetSpaceGroupNumber__SWIG_3(SEXP, SEXP)’:
ChemmineOB.cpp:11718:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11718 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11718:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11718 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBConformerData(SEXP)’:
ChemmineOB.cpp:11759:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11759 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:11759:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11759 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_SetDimension(SEXP, SEXP)’:
ChemmineOB.cpp:11771:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11771 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11771:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11771 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_SetEnergies(SEXP, SEXP)’:
ChemmineOB.cpp:11782:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11782 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11782:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11782 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_SetForces(SEXP, SEXP)’:
ChemmineOB.cpp:11794:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11794 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11794:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11794 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_SetVelocities(SEXP, SEXP)’:
ChemmineOB.cpp:11806:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11806 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11806:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11806 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_SetDisplacements(SEXP, SEXP)’:
ChemmineOB.cpp:11818:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11818 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11818:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11818 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_SetData(SEXP, SEXP)’:
ChemmineOB.cpp:11830:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11830 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11830:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11830 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_GetDimension(SEXP, SEXP)’:
ChemmineOB.cpp:11839:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11839 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11839:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11839 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_GetEnergies(SEXP, SEXP)’:
ChemmineOB.cpp:11847:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11847:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerData_GetData(SEXP, SEXP)’:
ChemmineOB.cpp:11883:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11883:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSymmetryData(SEXP)’:
ChemmineOB.cpp:11905:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:11905:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSymmetryData_SetData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:11918:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11918 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11918:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11918 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSymmetryData_SetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:11928:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11928 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11928:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11928 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSymmetryData_SetPointGroup(SEXP, SEXP)’:
ChemmineOB.cpp:11938:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11938 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11938:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11938 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSymmetryData_SetSpaceGroup(SEXP, SEXP)’:
ChemmineOB.cpp:11948:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11948 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11948:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11948 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTorsion(SEXP)’:
ChemmineOB.cpp:11981:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:11981:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTorsion_Clear(SEXP)’:
ChemmineOB.cpp:11987:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
11987 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:11987:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
11987 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTorsion_AddTorsion__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12033:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12033 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12033:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12033 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTorsion_SetAngle__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12051:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12051 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12051:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12051 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTorsionData_Clear(SEXP)’:
ChemmineOB.cpp:12134:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12134 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12134:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12134 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTorsionData_SetData(SEXP, SEXP)’:
ChemmineOB.cpp:12163:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12163 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12163:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12163 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTorsionData_FillTorsionArray(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12180:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12180 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12180:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12180 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTorsionData(SEXP)’:
ChemmineOB.cpp:12187:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12187 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12187:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12187 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAngle__SWIG_2(SEXP)’:
ChemmineOB.cpp:12197:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12197 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12197:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12197 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAngle(SEXP)’:
ChemmineOB.cpp:12203:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12203 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12203:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12203 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAngle_Clear(SEXP)’:
ChemmineOB.cpp:12209:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12209 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12209:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12209 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAngle_SetAtoms__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12242:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12242 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12242:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12242 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAngleData_Clear(SEXP)’:
ChemmineOB.cpp:12261:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12261 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12261:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12261 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAngleData_FillAngleArray__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12294:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12294 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12294:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12294 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAngleData_SetData(SEXP, SEXP)’:
ChemmineOB.cpp:12306:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12306 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12306:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12306 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAngleData(SEXP)’:
ChemmineOB.cpp:12319:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12319 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12319:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12319 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSerialNums(SEXP)’:
ChemmineOB.cpp:12366:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12366 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12366:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12366 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBVibrationData(SEXP)’:
ChemmineOB.cpp:12379:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12379 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12379:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12379 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBVibrationData_SetData__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12407:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12407 |   if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12407:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12407 |   if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBVibrationData_SetData__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12441:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12441 |   if (SWIG_IsNewObj(res4)) delete arg4; if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:12441:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12441 |   if (SWIG_IsNewObj(res4)) delete arg4; if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:12442:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12442 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12442:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12442 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBVibrationData_GetFrequencies(SEXP, SEXP)’:
ChemmineOB.cpp:12460:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12460 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12460:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12460 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBVibrationData_GetIntensities(SEXP, SEXP)’:
ChemmineOB.cpp:12469:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12469 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12469:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12469 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBVibrationData_GetRamanActivities(SEXP, SEXP)’:
ChemmineOB.cpp:12478:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12478:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBDOSData(SEXP)’:
ChemmineOB.cpp:12496:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12496 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12496:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12496 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDOSData_SetData(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12524:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12524 |   if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12524:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12524 |   if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDOSData_GetEnergies(SEXP, SEXP)’:
ChemmineOB.cpp:12541:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12541 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12541:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12541 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDOSData_GetDensities(SEXP, SEXP)’:
ChemmineOB.cpp:12549:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12549 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12549:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12549 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDOSData_GetIntegration(SEXP, SEXP)’:
ChemmineOB.cpp:12557:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12557 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12557:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12557 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOrbital_SetData__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12568:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12568 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12568:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12568 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOrbital_SetData__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12576:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12576 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12576:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12576 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBOrbital(SEXP)’:
ChemmineOB.cpp:12618:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12618 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12618:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12618 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBOrbitalData(SEXP)’:
ChemmineOB.cpp:12629:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12629 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12629:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12629 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOrbitalData_SetHOMO__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12669:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12669 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12669:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12669 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOrbitalData_LoadAlphaOrbitals(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12758:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12758 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12758:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12758 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOrbitalData_LoadBetaOrbitals(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12776:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12776 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12776:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12776 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBElectronicTransitionData(SEXP)’:
ChemmineOB.cpp:12789:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12789 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12789:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12789 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_SetData(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:12811:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12811 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12811:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12811 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_SetEDipole(SEXP, SEXP)’:
ChemmineOB.cpp:12825:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12825 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12825:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12825 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_GetWavelengths(SEXP, SEXP)’:
ChemmineOB.cpp:12865:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12865 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12865:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12865 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_GetForces(SEXP, SEXP)’:
ChemmineOB.cpp:12875:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12875 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12875:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12875 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_GetEDipole(SEXP, SEXP)’:
ChemmineOB.cpp:12885:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12885 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12885:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12885 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_GetRotatoryStrengthsVelocity(SEXP, SEXP)’:
ChemmineOB.cpp:12895:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12895 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12895:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12895 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBElectronicTransitionData_GetRotatoryStrengthsLength(SEXP, SEXP)’:
ChemmineOB.cpp:12905:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12905:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotationData(SEXP)’:
ChemmineOB.cpp:12932:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12932 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12932:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12932 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotationData_GetRotConsts(SEXP, SEXP)’:
ChemmineOB.cpp:12956:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12956 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:12956:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12956 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBVectorData(SEXP)’:
ChemmineOB.cpp:12982:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
12982 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:12982:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
12982 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMatrixData(SEXP)’:
ChemmineOB.cpp:13020:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13020 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13020:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13020 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFreeGridPoint(SEXP)’:
ChemmineOB.cpp:13060:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13060:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFreeGrid(SEXP)’:
ChemmineOB.cpp:13130:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13130 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13130:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13130 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFreeGrid_BeginPoint(SEXP, SEXP)’:
ChemmineOB.cpp:13180:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13180 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13180:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13180 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFreeGrid_NextPoint(SEXP, SEXP)’:
ChemmineOB.cpp:13196:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13196 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13196:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13196 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFreeGrid_Clear(SEXP)’:
ChemmineOB.cpp:13202:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13202 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13202:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13202 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBPcharge(SEXP)’:
ChemmineOB.cpp:13212:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13212 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13212:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13212 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPcharge_AddPartialCharge(SEXP, SEXP)’:
ChemmineOB.cpp:13230:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13230 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13230:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13230 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPcharge_GetPartialCharge(SEXP, SEXP)’:
ChemmineOB.cpp:13238:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13238 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13238:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13238 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBGridData(SEXP)’:
ChemmineOB.cpp:13248:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13248 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13248:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13248 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGridData_GetNumberOfPoints__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:13351:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13351 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13351:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13351 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGridData_GetValues(SEXP, SEXP)’:
ChemmineOB.cpp:13368:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13368 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13368:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13368 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGridData_GetUnrestricted(SEXP, SEXP)’:
ChemmineOB.cpp:13451:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13451:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGridData_GetNumSymmetries(SEXP, SEXP)’:
ChemmineOB.cpp:13459:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13459 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13459:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13459 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGridData_SetValues(SEXP, SEXP)’:
ChemmineOB.cpp:13537:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13537 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13537:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13537 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGridData_SetUnit(SEXP, SEXP)’:
ChemmineOB.cpp:13546:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13546 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13546:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13546 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBChainsParser(SEXP)’:
ChemmineOB.cpp:13571:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13571 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13571:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13571 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBChainsParser_PerceiveChains__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:13585:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13585 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13585:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13585 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_chainsparser_get(SEXP)’:
ChemmineOB.cpp:13611:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13611 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13611:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13611 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAtomTyper(SEXP)’:
ChemmineOB.cpp:13632:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13632 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13632:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13632 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomTyper_AssignHyb(SEXP, SEXP)’:
ChemmineOB.cpp:13644:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13644:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomTyper_AssignTypes(SEXP, SEXP)’:
ChemmineOB.cpp:13656:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13656 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13656:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13656 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_atomtyper_get(SEXP)’:
ChemmineOB.cpp:13668:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13668 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13668:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13668 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAromaticTyper(SEXP)’:
ChemmineOB.cpp:13681:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13681 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13681:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13681 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_aromtyper_get(SEXP)’:
ChemmineOB.cpp:13706:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13706 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13706:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13706 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRingTyper(SEXP)’:
ChemmineOB.cpp:13716:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13716 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13716:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13716 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRingTyper_AssignTypes(SEXP, SEXP)’:
ChemmineOB.cpp:13728:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13728 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13728:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13728 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_dummy()’:
ChemmineOB.cpp:13729:45: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
13729 | SWIGEXPORT SEXP R_swig_new_dummy ( ) { std::binary_function< char const *,char const *,bool > *result = 0 ;
      |                                             ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13731:18: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
13731 |   result = (std::binary_function< char const *,char const *,bool > *)new std::binary_function< char const *,char const *,bool >();
      |                  ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13731:79: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
13731 |   result = (std::binary_function< char const *,char const *,bool > *)new std::binary_function< char const *,char const *,bool >();
      |                                                                               ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_dummy(SEXP)’:
ChemmineOB.cpp:13735:8: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
13735 |   std::binary_function< char const *,char const *,bool > *arg1 = (std::binary_function< char const *,char const *,bool > *) 0 ;
      |        ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13735:72: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
13735 |   std::binary_function< char const *,char const *,bool > *arg1 = (std::binary_function< char const *,char const *,bool > *) 0 ;
      |                                                                        ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13740:34: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
13740 |    arg1 = reinterpret_cast< std::binary_function< char const *,char const *,bool > * >(argp1); delete arg1; r_ans = R_NilValue;
      |                                  ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_CharPtrLess(SEXP)’:
ChemmineOB.cpp:13751:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13751:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBPlugin(SEXP)’:
ChemmineOB.cpp:13757:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13757 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13757:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13757 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_Display__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:13807:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13807 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13807:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13807 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_MakeInstance(SEXP, SEXP)’:
ChemmineOB.cpp:13823:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13823 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13823:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13823 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_Init(SEXP)’:
ChemmineOB.cpp:13829:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13829 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13829:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13829 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_GetPlugin(SEXP, SEXP)’:
ChemmineOB.cpp:13840:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13840 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:13840:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13840 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax);
      |                                             ^~
ChemmineOB.cpp:13841:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13841 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13841:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13841 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_List__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:13879:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13879:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_List__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:13888:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13888 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:13888:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13888 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax);
      |                                             ^~
ChemmineOB.cpp:13889:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13889 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13889:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13889 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_List__SWIG_2(SEXP)’:
ChemmineOB.cpp:13895:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13895 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13895:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13895 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_ListAsString__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:13905:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13905 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13905:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13905 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_ListAsString__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:13912:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13912 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13912:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13912 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_FirstLine(SEXP, SEXP)’:
ChemmineOB.cpp:13919:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13919 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13919:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13919 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_Begin(SEXP, SEXP)’:
ChemmineOB.cpp:13927:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13927 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13927:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13927 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_End(SEXP, SEXP)’:
ChemmineOB.cpp:13935:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13935 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13935:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13935 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBPlugin_LoadAllPlugins()’:
ChemmineOB.cpp:13947:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13947 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13947:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13947 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_stringbuf()’:
ChemmineOB.cpp:13951:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13951 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13951:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13951 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_stringbuf(SEXP)’:
ChemmineOB.cpp:13957:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13957 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:13957:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13957 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_obMessageLevel_obError_get(SEXP)’:
ChemmineOB.cpp:13961:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13961 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13961:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13961 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_obMessageLevel_obWarning_get(SEXP)’:
ChemmineOB.cpp:13965:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13965 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13965:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13965 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_obMessageLevel_obInfo_get(SEXP)’:
ChemmineOB.cpp:13969:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13969 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13969:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13969 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_obMessageLevel_obAuditMsg_get(SEXP)’:
ChemmineOB.cpp:13973:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13973 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13973:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13973 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_obMessageLevel_obDebug_get(SEXP)’:
ChemmineOB.cpp:13977:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13977 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13977:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13977 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_errorQualifier_always_get(SEXP)’:
ChemmineOB.cpp:13981:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13981:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_errorQualifier_onceOnly_get(SEXP)’:
ChemmineOB.cpp:13985:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13985 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:13985:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
13985 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14020:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14020 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |   ^~
ChemmineOB.cpp:14020:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14020 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |                                         ^~
ChemmineOB.cpp:14021:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14021 |   if (SWIG_IsNewObj(res4)) delete arg4; if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14021:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14021 |   if (SWIG_IsNewObj(res4)) delete arg4; if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:14022:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14022:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14055:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14055 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |   ^~
ChemmineOB.cpp:14055:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14055 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |                                         ^~
ChemmineOB.cpp:14056:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14056 |   if (SWIG_IsNewObj(res4)) delete arg4; if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14056:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14056 |   if (SWIG_IsNewObj(res4)) delete arg4; if (SWIG_IsNewObj(res5)) delete arg5; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:14057:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14057 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14057:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14057 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14083:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14083 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |   ^~
ChemmineOB.cpp:14083:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14083 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |                                         ^~
ChemmineOB.cpp:14084:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14084 |   if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14084:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14084 |   if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14104:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14104 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |   ^~
ChemmineOB.cpp:14104:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14104 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3;
      |                                         ^~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_4(SEXP, SEXP)’:
ChemmineOB.cpp:14120:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14120 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14120:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14120 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:14121:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14121 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14121:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14121 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_5(SEXP)’:
ChemmineOB.cpp:14130:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14130 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14130:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14130 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBError__SWIG_6()’:
ChemmineOB.cpp:14134:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14134 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14134:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14134 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBError(SEXP)’:
ChemmineOB.cpp:14196:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14196 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:14196:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14196 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMessageHandler(SEXP)’:
ChemmineOB.cpp:14209:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14209 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:14209:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14209 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_ThrowError__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14225:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14225 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14225:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14225 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_ThrowError__SWIG_2(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14261:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14261 |   if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14261:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14261 |   if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:14262:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14262 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14262:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14262 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_ThrowError__SWIG_3(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14282:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14282 |   if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14282:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14282 |   if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:14283:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14283 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14283:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14283 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_ThrowError__SWIG_4(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14300:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14300 |   if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14300:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14300 |   if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:14301:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14301 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14301:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14301 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_GetMessagesOfLevel(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14314:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14314 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14314:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14314 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_StartLogging(SEXP)’:
ChemmineOB.cpp:14321:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14321 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14321:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14321 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_StopLogging(SEXP)’:
ChemmineOB.cpp:14328:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14328 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14328:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14328 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_SetMaxLogEntries(SEXP, SEXP)’:
ChemmineOB.cpp:14338:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14338 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14338:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14338 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_ClearLog(SEXP)’:
ChemmineOB.cpp:14352:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14352 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14352:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14352 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_SetOutputLevel(SEXP, SEXP)’:
ChemmineOB.cpp:14363:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14363 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14363:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14363 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMessageHandler_SetOutputStream(SEXP, SEXP)’:
ChemmineOB.cpp:14383:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14383 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14383:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14383 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_obErrorLog_get(SEXP)’:
ChemmineOB.cpp:14461:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14461 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14461:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14461 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_obLogBuf(SEXP)’:
ChemmineOB.cpp:14467:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14467 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:14467:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14467 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_Default(SEXP)’:
ChemmineOB.cpp:14475:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14475:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_FindType(SEXP)’:
ChemmineOB.cpp:14482:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14482 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14482:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14482 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_GetType(SEXP, SEXP)’:
ChemmineOB.cpp:14549:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14549 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14549:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14549 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_MakeNewInstance(SEXP)’:
ChemmineOB.cpp:14589:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14589 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14589:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14589 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_RegisterFormat__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14614:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14614 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14614:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14614 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_Display__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14651:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14651 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14651:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14651 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFormat_FormatFromMIME(SEXP)’:
ChemmineOB.cpp:14659:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14659 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14659:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14659 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFormat(SEXP)’:
ChemmineOB.cpp:14665:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14665 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:14665:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14665 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBConversion(SEXP)’:
ChemmineOB.cpp:14726:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14726 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:14726:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14726 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_RegisterFormat__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14753:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14753 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14753:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14753 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_FindFormat(SEXP)’:
ChemmineOB.cpp:14761:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14761 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14761:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14761 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_FormatFromExt__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:14775:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14775 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14775:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14775 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_FormatFromExt__SWIG_1(SEXP)’:
ChemmineOB.cpp:14783:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14783 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14783:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14783 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_FormatFromExt__SWIG_2(SEXP, SEXP)’:
ChemmineOB.cpp:14796:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14796 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14796:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14796 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_FormatFromMIME(SEXP)’:
ChemmineOB.cpp:14804:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14804 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14804:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14804 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInStream__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:14849:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14849 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14849:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14849 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetOutStream__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:14873:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14873 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14873:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14873 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInAndOutFormats__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14889:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14889 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; if (alloc3 == SWIG_NEWOBJ) delete[] buf3; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14889:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14889 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; if (alloc3 == SWIG_NEWOBJ) delete[] buf3; vmaxset(r_vmax);
      |                                             ^~
ChemmineOB.cpp:14890:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14890 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14890:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14890 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInAndOutFormats__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14905:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14905 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; if (alloc3 == SWIG_NEWOBJ) delete[] buf3; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:14905:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14905 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; if (alloc3 == SWIG_NEWOBJ) delete[] buf3; vmaxset(r_vmax);
      |                                             ^~
ChemmineOB.cpp:14906:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14906 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14906:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14906 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInAndOutFormats__SWIG_4(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14953:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14953 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14953:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14953 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInFormat__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14980:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14980 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14980:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14980 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInFormat__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:14992:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
14992 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:14992:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
14992 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetInFormat__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15004:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15004 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15004:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15004 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetOutFormat__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15027:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15027 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15027:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15027 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetOutFormat__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15039:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15039 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15039:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15039 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetOutFormat__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15051:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15051 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15051:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15051 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetInFormat(SEXP)’:
ChemmineOB.cpp:15071:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15071 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15071:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15071 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetOutFormat(SEXP)’:
ChemmineOB.cpp:15080:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15080 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15080:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15080 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetInGzipped(SEXP, SEXP)’:
ChemmineOB.cpp:15088:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15088 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15088:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15088 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetOutGzipped(SEXP, SEXP)’:
ChemmineOB.cpp:15096:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15096 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15096:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15096 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetAuxConv(SEXP)’:
ChemmineOB.cpp:15146:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15146 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15146:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15146 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetAuxConv(SEXP, SEXP)’:
ChemmineOB.cpp:15157:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15157 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15157:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15157 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_IsOption__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15187:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15187 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15187:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15187 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_IsOption__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:15199:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15199:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_AddOption__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15230:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15230 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; if (alloc4 == SWIG_NEWOBJ) delete[] buf4; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:15230:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15230 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; if (alloc4 == SWIG_NEWOBJ) delete[] buf4; vmaxset(r_vmax);
      |                                             ^~
ChemmineOB.cpp:15231:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15231 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15231:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15231 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_AddOption__SWIG_2(SEXP, SEXP)’:
ChemmineOB.cpp:15256:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15256 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15256:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15256 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_RemoveOption(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15270:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15270 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15270:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15270 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_RegisterOptionParam__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15299:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15299 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15299:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15299 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_RegisterOptionParam__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15310:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15310 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15310:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15310 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetOptionParams(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15330:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15330 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15330:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15330 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_CopyOptions__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:15355:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15355 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15355:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15355 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetSupportedInputFormat(SEXP, SEXP)’:
ChemmineOB.cpp:15364:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15364 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15364:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15364 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetSupportedOutputFormat(SEXP, SEXP)’:
ChemmineOB.cpp:15373:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15373:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_FullConvert(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15425:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15425 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15425:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15425 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetChemObject(SEXP)’:
ChemmineOB.cpp:15444:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15444 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15444:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15444 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetFirstInput__SWIG_1(SEXP)’:
ChemmineOB.cpp:15472:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15472 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15472:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15472 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetOutputIndex(SEXP, SEXP)’:
ChemmineOB.cpp:15480:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15480:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_SetOneObjectOnly__SWIG_1(SEXP)’:
ChemmineOB.cpp:15508:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15508 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15508:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15508 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetCount(SEXP, SEXP)’:
ChemmineOB.cpp:15530:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15530 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15530:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15530 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_GetDefaultFormat()’:
ChemmineOB.cpp:15535:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15535 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15535:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15535 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_WriteString__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15573:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15573 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15573:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15573 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConversion_CloseOutFile(SEXP)’:
ChemmineOB.cpp:15605:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15605 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15605:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15605 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBResidue(SEXP)’:
ChemmineOB.cpp:15719:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15719 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:15719:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15719 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_AddAtom(SEXP, SEXP)’:
ChemmineOB.cpp:15729:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15729 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15729:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15729 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_InsertAtom(SEXP, SEXP)’:
ChemmineOB.cpp:15739:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15739 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15739:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15739 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_RemoveAtom(SEXP, SEXP)’:
ChemmineOB.cpp:15749:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15749 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15749:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15749 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_SetNum__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:15770:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15770 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15770:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15770 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_SetNum__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:15780:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15780 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15780:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15780 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_SetChainNum(SEXP, SEXP)’:
ChemmineOB.cpp:15796:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15796 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15796:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15796 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_SetIdx(SEXP, SEXP)’:
ChemmineOB.cpp:15805:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15805 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15805:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15805 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_SetAtomID(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15828:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15828 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15828:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15828 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_SetSerialNum(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:15852:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15852 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15852:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15852 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_GetChain(SEXP, SEXP)’:
ChemmineOB.cpp:15891:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
15891 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:15891:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15891 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_IsResidueType(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:16022:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16022:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_BeginAtom(SEXP, SEXP)’:
ChemmineOB.cpp:16057:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16057 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16057:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16057 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidue_NextAtom(SEXP, SEXP)’:
ChemmineOB.cpp:16074:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16074 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16074:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16074 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__a_set(SEXP, SEXP)’:
ChemmineOB.cpp:16085:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16085 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16085:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16085 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__a_get(SEXP)’:
ChemmineOB.cpp:16093:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16093 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16093:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16093 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__b_set(SEXP, SEXP)’:
ChemmineOB.cpp:16104:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16104 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16104:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16104 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__b_get(SEXP)’:
ChemmineOB.cpp:16112:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16112 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16112:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16112 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__c_set(SEXP, SEXP)’:
ChemmineOB.cpp:16123:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16123 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16123:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16123 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__c_get(SEXP)’:
ChemmineOB.cpp:16131:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16131 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16131:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16131 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__dst_set(SEXP, SEXP)’:
ChemmineOB.cpp:16138:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16138 |   if (arg1) (arg1)->_dst = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16138:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16138 |   if (arg1) (arg1)->_dst = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__ang_set(SEXP, SEXP)’:
ChemmineOB.cpp:16153:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16153 |   if (arg1) (arg1)->_ang = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16153:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16153 |   if (arg1) (arg1)->_ang = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBInternalCoord__tor_set(SEXP, SEXP)’:
ChemmineOB.cpp:16168:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16168 |   if (arg1) (arg1)->_tor = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16168:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16168 |   if (arg1) (arg1)->_tor = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBInternalCoord(SEXP)’:
ChemmineOB.cpp:16280:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16280 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:16280:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16280 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:16287:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16287 |   if (arg1) (arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16287:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16287 |   if (arg1) (arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                   ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAtom()’:
ChemmineOB.cpp:16298:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16298 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16298:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16298 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAtom(SEXP)’:
ChemmineOB.cpp:16304:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16304 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:16304:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16304 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_Duplicate(SEXP, SEXP)’:
ChemmineOB.cpp:16314:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16314 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16314:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16314 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:16329:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16329 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16329:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16329 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetIsotope(SEXP, SEXP)’:
ChemmineOB.cpp:16351:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16351 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16351:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16351 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetImplicitHCount(SEXP, SEXP)’:
ChemmineOB.cpp:16360:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16360 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16360:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16360 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:16376:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16376 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16376:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16376 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetCoordPtr(SEXP, SEXP)’:
ChemmineOB.cpp:16425:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16425 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16425:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16425 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetVector__SWIG_2(SEXP)’:
ChemmineOB.cpp:16431:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16431 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16431:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16431 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:16441:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16441 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16441:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16441 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:16451:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16451:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:16464:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16464 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16464:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16464 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:16477:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16477 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16477:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16477 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_ClearCoordPtr(SEXP)’:
ChemmineOB.cpp:16483:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16483 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16483:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16483 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:16514:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16514 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16514:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16514 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetType(SEXP)’:
ChemmineOB.cpp:16629:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16629 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16629:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16629 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetCoordinate(SEXP)’:
ChemmineOB.cpp:16685:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16685 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16685:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16685 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetVector(SEXP, SEXP)’:
ChemmineOB.cpp:16693:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16693 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16693:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16693 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetResidue(SEXP)’:
ChemmineOB.cpp:16709:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16709 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16709:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16709 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetParent(SEXP)’:
ChemmineOB.cpp:16717:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16717 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16717:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16717 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetNewBondVector(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:16731:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16731 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16731:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16731 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetBond(SEXP, SEXP)’:
ChemmineOB.cpp:16743:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16743 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16743:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16743 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_BeginBond(SEXP, SEXP)’:
ChemmineOB.cpp:16775:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16775 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16775:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16775 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_NextBond(SEXP, SEXP)’:
ChemmineOB.cpp:16789:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16789 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16789:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16789 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_BeginNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:16803:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16803 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16803:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16803 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_NextNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:16817:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16817 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16817:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16817 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_GetDistance__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:16825:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16825 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16825:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16825 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_NewResidue(SEXP)’:
ChemmineOB.cpp:16879:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16879:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_AddResidue(SEXP, SEXP)’:
ChemmineOB.cpp:16889:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16889 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16889:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16889 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_DeleteResidue(SEXP)’:
ChemmineOB.cpp:16895:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16895 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16895:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16895 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:16905:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16905:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_InsertBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:16922:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16922 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16922:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16922 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_ClearBond(SEXP)’:
ChemmineOB.cpp:16939:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16939 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16939:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16939 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_SetHybAndGeom(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:16954:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
16954 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:16954:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
16954 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_IsInRingSize(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:17070:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17070 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17070:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17070 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_HasAlphaBetaUnsat__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:17223:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17223 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17223:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17223 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtom_MatchesSMARTS(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:17294:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17294 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17294:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17294 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:17324:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17324 |   if (arg1) (arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17324:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17324 |   if (arg1) (arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                   ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBBond()’:
ChemmineOB.cpp:17335:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17335 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17335:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17335 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBBond(SEXP)’:
ChemmineOB.cpp:17341:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17341 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:17341:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17341 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:17356:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17356 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17356:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17356 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetBegin(SEXP, SEXP)’:
ChemmineOB.cpp:17373:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17373:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetEnd(SEXP, SEXP)’:
ChemmineOB.cpp:17383:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17383 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17383:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17383 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:17393:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17393 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17393:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17393 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_Set(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:17427:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17427 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17427:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17427 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:17440:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17440 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17440:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17440 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetWedge__SWIG_1(SEXP)’:
ChemmineOB.cpp:17453:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17453 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17453:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17453 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetHash__SWIG_1(SEXP)’:
ChemmineOB.cpp:17466:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17466 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17466:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17466 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetWedgeOrHash__SWIG_1(SEXP)’:
ChemmineOB.cpp:17479:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17479 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17479:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17479 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:17492:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17492 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17492:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17492 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_SetClosure__SWIG_1(SEXP)’:
ChemmineOB.cpp:17505:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17505 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17505:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17505 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_GetBeginAtom(SEXP)’:
ChemmineOB.cpp:17558:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17558 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17558:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17558 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_GetEndAtom(SEXP)’:
ChemmineOB.cpp:17566:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17566 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17566:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17566 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_GetNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:17578:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17578:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_GetParent(SEXP)’:
ChemmineOB.cpp:17586:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17586 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17586:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17586 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_FindSmallestRing(SEXP)’:
ChemmineOB.cpp:17622:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17622 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17622:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17622 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBond_IsRotor__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:17644:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17644:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBReaction_NumReactants(SEXP, SEXP)’:
ChemmineOB.cpp:17747:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17747 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17747:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17747 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBReaction_NumProducts(SEXP, SEXP)’:
ChemmineOB.cpp:17755:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17755 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17755:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17755 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBReaction_IsReversible(SEXP, SEXP)’:
ChemmineOB.cpp:17902:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17902 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17902:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17902 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBReaction_SetReversible__SWIG_1(SEXP)’:
ChemmineOB.cpp:17916:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17916 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17916:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17916 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBReaction(SEXP)’:
ChemmineOB.cpp:17925:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17925 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:17925:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17925 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_HydrogenType_AllHydrogen_get(SEXP)’:
ChemmineOB.cpp:17929:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17929 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17929:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17929 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBMol__SWIG_0()’:
ChemmineOB.cpp:17941:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17941 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17941:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17941 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBMol__SWIG_1(SEXP)’:
ChemmineOB.cpp:17951:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17951 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17951:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17951 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMol(SEXP)’:
ChemmineOB.cpp:17957:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17957 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:17957:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17957 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DestroyAtom(SEXP, SEXP)’:
ChemmineOB.cpp:17974:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17974 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17974:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17974 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DestroyBond(SEXP, SEXP)’:
ChemmineOB.cpp:17984:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17984 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17984:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17984 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DestroyResidue(SEXP, SEXP)’:
ChemmineOB.cpp:17994:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17994 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:17994:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
17994 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddAtom__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18007:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18007 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18007:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18007 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddBond__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18042:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18042 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18042:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18042 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddBond__SWIG_2(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18060:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18060:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18060 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NewAtom__SWIG_0(SEXP)’:
ChemmineOB.cpp:18092:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18092 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18092:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18092 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NewAtom__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:18102:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18102 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18102:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18102 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NewBond__SWIG_0(SEXP)’:
ChemmineOB.cpp:18110:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18110 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18110:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18110 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NewBond__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:18120:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18120 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18120:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18120 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NewResidue(SEXP)’:
ChemmineOB.cpp:18128:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18128 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18128:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18128 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DeleteAtom__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18140:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18140 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18140:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18140 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DeleteBond__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18163:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18163 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18163:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18163 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DeleteResidue__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18186:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18186 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18186:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18186 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_BeginModify(SEXP)’:
ChemmineOB.cpp:18203:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18203 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18203:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18203 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_EndModify__SWIG_1(SEXP)’:
ChemmineOB.cpp:18216:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18216 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18216:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18216 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_IncrementMod(SEXP)’:
ChemmineOB.cpp:18229:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18229 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18229:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18229 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_DecrementMod(SEXP)’:
ChemmineOB.cpp:18235:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18235 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18235:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18235 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NumRotors__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18293:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18293 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18293:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18293 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetAtom(SEXP, SEXP)’:
ChemmineOB.cpp:18309:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18309 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18309:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18309 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetAtomById(SEXP, SEXP)’:
ChemmineOB.cpp:18320:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18320 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18320:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18320 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetFirstAtom(SEXP)’:
ChemmineOB.cpp:18329:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18329 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18329:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18329 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetBond__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:18338:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18338 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18338:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18338 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetBondById(SEXP, SEXP)’:
ChemmineOB.cpp:18349:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18349 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18349:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18349 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetBond__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18358:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18358 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18358:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18358 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetBond__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18374:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18374 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18374:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18374 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:18383:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18383 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18383:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18383 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetSpacedFormula__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18480:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18480:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetSpacedFormula__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18492:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18492 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18492:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18492 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetSpacedFormula__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18500:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18500 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18500:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18500 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetMolWt__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18524:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18524 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18524:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18524 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetExactMass__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18540:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18540 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18540:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18540 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetCoordinates(SEXP)’:
ChemmineOB.cpp:18578:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18578:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:18622:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18622 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18622:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18622 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetTitle__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:18634:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18634 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18634:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18634 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetFormula(SEXP, SEXP)’:
ChemmineOB.cpp:18644:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18644:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetDimension(SEXP, SEXP)’:
ChemmineOB.cpp:18660:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18660 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18660:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18660 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetTotalSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:18677:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18677 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18677:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18677 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetInternalCoord(SEXP, SEXP)’:
ChemmineOB.cpp:18688:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18688 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18688:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18688 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetAromaticPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18718:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18718 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18718:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18718 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetSSSRPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18731:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18731 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18731:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18731 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetLSSRPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18744:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18744:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetAtomTypesPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18773:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18773 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18773:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18773 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetRingTypesPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18787:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18787 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18787:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18787 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetChainsPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18801:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18801 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18801:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18801 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetChiralityPerceived__SWIG_1(SEXP)’:
ChemmineOB.cpp:18815:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18815 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18815:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18815 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetHydrogensAdded__SWIG_1(SEXP)’:
ChemmineOB.cpp:18870:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18870 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18870:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18870 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetCorrectedForPH__SWIG_1(SEXP)’:
ChemmineOB.cpp:18883:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18883:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetIsPatternStructure__SWIG_1(SEXP)’:
ChemmineOB.cpp:18912:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18912 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18912:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18912 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetIsReaction__SWIG_1(SEXP)’:
ChemmineOB.cpp:18925:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18925 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18925:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18925 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_HasFlag(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:18933:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18933 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18933:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18933 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_RenumberAtoms__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:18978:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
18978 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:18978:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18978 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_ToInertialFrame__SWIG_1(SEXP)’:
ChemmineOB.cpp:19003:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19003 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19003:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19003 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_Translate__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19028:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19028 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19028:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19028 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_Rotate__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19057:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19057 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19057:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19057 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_Center__SWIG_0(SEXP)’:
ChemmineOB.cpp:19063:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19063 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19063:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19063 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddHydrogens__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19115:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19115 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19115:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19115 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddHydrogens__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19131:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19131 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19131:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19131 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddNewHydrogens__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19188:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19188 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19188:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19188 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_CopySubstructure__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19287:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19287 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19287:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19287 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_CopySubstructure__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19319:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19319 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19319:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19319 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_CorrectForPH__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19410:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19410 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19410:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19410 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AssignSpinMultiplicity__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19425:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19425 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19425:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19425 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AssignTotalChargeToAtoms(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19440:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19440 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19440:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19440 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_FindSSSR(SEXP)’:
ChemmineOB.cpp:19478:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19478:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_FindLSSR(SEXP)’:
ChemmineOB.cpp:19484:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19484 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19484:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19484 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_FindRingAtomsAndBonds(SEXP)’:
ChemmineOB.cpp:19490:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19490 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19490:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19490 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_FindChildren__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19504:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19504 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19504:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19504 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_ContigFragList(SEXP, SEXP)’:
ChemmineOB.cpp:19552:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19552 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19552:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19552 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_ConnectTheDots(SEXP)’:
ChemmineOB.cpp:19584:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19584 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19584:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19584 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_PerceiveBondOrders(SEXP)’:
ChemmineOB.cpp:19590:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19590 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19590:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19590 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_FindAngles(SEXP)’:
ChemmineOB.cpp:19596:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19596 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19596:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19596 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_FindTorsions(SEXP)’:
ChemmineOB.cpp:19602:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19602 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19602:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19602 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetGIVector(SEXP, SEXP)’:
ChemmineOB.cpp:19630:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19630 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:19630:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19630 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetGIDVector(SEXP, SEXP)’:
ChemmineOB.cpp:19645:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19645 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:19645:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19645 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_Has2D__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19653:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19653 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19653:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19653 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_AddConformer(SEXP, SEXP)’:
ChemmineOB.cpp:19815:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19815 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19815:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19815 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_SetConformer(SEXP, SEXP)’:
ChemmineOB.cpp:19824:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19824 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19824:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19824 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetConformer(SEXP, SEXP)’:
ChemmineOB.cpp:19850:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19850 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19850:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19850 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetEnergies(SEXP, SEXP)’:
ChemmineOB.cpp:19871:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19871:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_GetEnergy__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:19879:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19879:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_BeginConformer(SEXP, SEXP)’:
ChemmineOB.cpp:19895:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19895 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19895:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19895 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NextConformer(SEXP, SEXP)’:
ChemmineOB.cpp:19911:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19911 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19911:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19911 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_BeginInternalCoord(SEXP, SEXP)’:
ChemmineOB.cpp:19938:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19938 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19938:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19938 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMol_NextInternalCoord(SEXP, SEXP)’:
ChemmineOB.cpp:19956:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19956 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19956:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19956 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_ThrowError__SWIG_1(SEXP)’:
ChemmineOB.cpp:19968:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:19968:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_NoId_get(SEXP)’:
ChemmineOB.cpp:20015:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20015 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20015:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20015 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_get_rmat(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20026:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20026 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20026:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20026 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing_ring_id_set(SEXP, SEXP)’:
ChemmineOB.cpp:20061:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20061 |   if (arg1) (arg1)->ring_id = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |   ^~
ChemmineOB.cpp:20061:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20061 |   if (arg1) (arg1)->ring_id = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |                                     ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing__path_set(SEXP, SEXP)’:
ChemmineOB.cpp:20082:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20082 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20082:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20082 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing__path_get(SEXP, SEXP)’:
ChemmineOB.cpp:20091:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20091 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20091:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20091 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing__pathset_get(SEXP, SEXP)’:
ChemmineOB.cpp:20111:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20111 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20111:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20111 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBRing__SWIG_0()’:
ChemmineOB.cpp:20115:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20115 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20115:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20115 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBRing__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:20126:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20126 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20126:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20126 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBRing__SWIG_2(SEXP, SEXP)’:
ChemmineOB.cpp:20142:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20142 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20142:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20142 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBRing__SWIG_3(SEXP)’:
ChemmineOB.cpp:20152:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20152 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20152:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20152 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing_SetType__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:20193:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20193 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20193:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20193 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing_GetType(SEXP)’:
ChemmineOB.cpp:20200:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20200 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20200:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20200 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing_IsInRing(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20237:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20237 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20237:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20237 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:20247:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20247 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20247:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20247 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRing_GetParent(SEXP)’:
ChemmineOB.cpp:20255:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20255 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20255:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20255 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRing(SEXP)’:
ChemmineOB.cpp:20285:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20285 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:20285:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20285 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRingSearch(SEXP)’:
ChemmineOB.cpp:20307:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20307 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:20307:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20307 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRingSearch_SortRings(SEXP)’:
ChemmineOB.cpp:20313:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20313 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20313:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20313 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRingSearch_WriteRings(SEXP)’:
ChemmineOB.cpp:20360:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20360 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20360:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20360 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBRTree(SEXP, SEXP)’:
ChemmineOB.cpp:20390:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20390 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20390:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20390 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRTree(SEXP)’:
ChemmineOB.cpp:20396:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20396 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:20396:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20396 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSmartsPattern(SEXP)’:
ChemmineOB.cpp:20429:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20429 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:20429:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20429 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_Init__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20451:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20451 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20451:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20451 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_Init__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20463:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20463 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20463:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20463 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_Empty(SEXP, SEXP)’:
ChemmineOB.cpp:20480:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20480:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_IsValid(SEXP, SEXP)’:
ChemmineOB.cpp:20488:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20488 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20488:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20488 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_GetAtomicNum(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20533:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20533 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20533:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20533 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_GetCharge(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20541:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20541 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20541:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20541 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_Match__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20575:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20575 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20575:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20575 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_Match__SWIG_2(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20612:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20612 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20612:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20612 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_Match__SWIG_3(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20633:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20633 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20633:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20633 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_HasMatch(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20647:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20647 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20647:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20647 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_RestrictedMatch__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20689:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20689 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20689:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20689 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_RestrictedMatch__SWIG_2(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20708:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20708 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20708:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20708 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_GetMapList(SEXP, SEXP)’:
ChemmineOB.cpp:20744:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20744:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_GetUMapList(SEXP, SEXP)’:
ChemmineOB.cpp:20772:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20772 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20772:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20772 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsPattern_WriteMapList(SEXP, SEXP)’:
ChemmineOB.cpp:20786:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20786 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20786:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20786 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSmartsMatcher(SEXP)’:
ChemmineOB.cpp:20799:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20799 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:20799:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20799 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsMatcher_match__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20824:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20824 |   if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20824:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20824 |   if (SWIG_IsNewObj(res4)) delete arg4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSmartsMatcher_match__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20849:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20849 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20849:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20849 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSSMatch(SEXP)’:
ChemmineOB.cpp:20869:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20869 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:20869:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20869 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSSMatch_Match__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:20884:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20884 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20884:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20884 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSSMatch_Match__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:20898:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20898 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20898:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20898 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_AliasDataType_get(SEXP)’:
ChemmineOB.cpp:20919:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20919 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20919:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20919 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_AliasData_SetAlias__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:20946:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20946 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20946:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20946 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_AliasData_SetColor(SEXP, SEXP)’:
ChemmineOB.cpp:20981:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
20981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:20981:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
20981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_AliasData(SEXP)’:
ChemmineOB.cpp:21017:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21017 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:21017:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21017 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_Default(SEXP)’:
ChemmineOB.cpp:21022:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21022:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_FindType(SEXP)’:
ChemmineOB.cpp:21030:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21030 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21030:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21030 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFingerprint(SEXP)’:
ChemmineOB.cpp:21037:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21037 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:21037:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21037 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_SetBit(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21056:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21056 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:21056:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21056 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_GetBit(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21079:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21079 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:21079:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21079 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_Fold(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21098:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21098 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:21098:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21098 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_GetFingerprint__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21119:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21119 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:21119:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21119 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_GetFingerprint__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21140:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21140 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:21140:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21140 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_SetFlags(SEXP, SEXP)’:
ChemmineOB.cpp:21165:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21165:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_DescribeBits__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21178:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21178 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21178:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21178 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_Tanimoto__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21217:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21217 |    if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax);
      |    ^~
ChemmineOB.cpp:21217:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21217 |    if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax);
      |                                          ^~
ChemmineOB.cpp:21218:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21218 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21218:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21218 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_Tanimoto__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21237:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21237 |    if (SWIG_IsNewObj(res1)) delete arg1; free(arg2); vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:21237:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21237 |    if (SWIG_IsNewObj(res1)) delete arg1; free(arg2); vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFingerprint_FindFingerprint(SEXP)’:
ChemmineOB.cpp:21248:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21248 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21248:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21248 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FptIndexHeader_headerlength_set(SEXP, SEXP)’:
ChemmineOB.cpp:21258:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21258 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21258:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21258 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FptIndexHeader_nEntries_set(SEXP, SEXP)’:
ChemmineOB.cpp:21275:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21275 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21275:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21275 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FptIndexHeader_words_set(SEXP, SEXP)’:
ChemmineOB.cpp:21292:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21292 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21292:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21292 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FptIndexHeader_fpid_get(SEXP, SEXP)’:
ChemmineOB.cpp:21315:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21315 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21315:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21315 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FptIndexHeader_seek64_set(SEXP, SEXP)’:
ChemmineOB.cpp:21322:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21322 |   if (arg1) (arg1)->seek64 = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21322:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21322 |   if (arg1) (arg1)->seek64 = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FptIndexHeader_datafilename_get(SEXP, SEXP)’:
ChemmineOB.cpp:21345:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21345 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21345:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21345 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_FptIndexHeader(SEXP)’:
ChemmineOB.cpp:21356:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21356 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:21356:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21356 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_FastSearch(SEXP)’:
ChemmineOB.cpp:21386:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21386 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:21386:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21386 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FastSearch_FindSimilar__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21465:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21465 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21465:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21465 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FastSearch_GetFingerprint(SEXP)’:
ChemmineOB.cpp:21508:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21508 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21508:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21508 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FastSearch_GetIndexHeader(SEXP, SEXP)’:
ChemmineOB.cpp:21517:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21517 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21517:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21517 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_FastSearchIndexer(SEXP)’:
ChemmineOB.cpp:21621:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21621 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:21621:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21621 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_Default(SEXP)’:
ChemmineOB.cpp:21642:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21642 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21642:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21642 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBDescriptor__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:21651:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21651 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21651:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21651 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBDescriptor__SWIG_1(SEXP)’:
ChemmineOB.cpp:21658:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21658 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21658:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21658 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_FindType(SEXP)’:
ChemmineOB.cpp:21666:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21666 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21666:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21666 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_Compare__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21800:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21800 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21800:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21800 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_Display__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21837:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21837 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21837:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21837 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_FilterCompare(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21872:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21872 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21872:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21872 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_AddProperties(SEXP, SEXP)’:
ChemmineOB.cpp:21884:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21884 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21884:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21884 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_DeleteProperties(SEXP, SEXP)’:
ChemmineOB.cpp:21896:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21896 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21896:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21896 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBDescriptor_GetValues(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21909:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21909 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21909:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21909 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBDescriptor(SEXP)’:
ChemmineOB.cpp:21926:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21926 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:21926:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21926 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_Build__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:21944:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21944 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21944:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21944 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_SetKeepRings(SEXP)’:
ChemmineOB.cpp:21962:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21962 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21962:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21962 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_UnsetKeepRings(SEXP)’:
ChemmineOB.cpp:21968:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21968:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21968 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_LoadFragments(SEXP)’:
ChemmineOB.cpp:21974:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
21974 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:21974:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21974 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_Connect__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22019:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22019 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22019:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22019 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_Connect__SWIG_2(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22045:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22045 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22045:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22045 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_Swap(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22066:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22066 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22066:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22066 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBBuilder_CorrectStereoAtoms__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22084:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22084 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22084:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22084 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBBuilder(SEXP)’:
ChemmineOB.cpp:22129:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22129 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:22129:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22129 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOp_Default(SEXP)’:
ChemmineOB.cpp:22133:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22133 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22133:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22133 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOp_FindType(SEXP)’:
ChemmineOB.cpp:22140:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22140 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22140:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22140 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOp_Do__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22164:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22164 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22164:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22164 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOp_Do__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22184:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22184 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22184:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22184 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOp_Do__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22198:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22198 |   if (alloc3 == SWIG_NEWOBJ) delete[] buf3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22198:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22198 |   if (alloc3 == SWIG_NEWOBJ) delete[] buf3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBOp_ProcessVec(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22235:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22235 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22235:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22235 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBOp(SEXP)’:
ChemmineOB.cpp:22266:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22266 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:22266:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22266 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBChargeModel_Default(SEXP)’:
ChemmineOB.cpp:22271:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22271 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22271:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22271 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBChargeModel__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:22280:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22280 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22280:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22280 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBChargeModel__SWIG_1(SEXP)’:
ChemmineOB.cpp:22288:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22288 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22288:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22288 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBChargeModel_FindType(SEXP)’:
ChemmineOB.cpp:22296:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22296 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22296:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22296 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBChargeModel_ComputeCharges__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22326:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22326 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22326:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22326 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBChargeModel_GetFormalCharges(SEXP, SEXP)’:
ChemmineOB.cpp:22335:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22335 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22335:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22335 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBChargeModel_GetPartialCharges(SEXP, SEXP)’:
ChemmineOB.cpp:22344:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22344 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22344:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22344 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBChargeModel(SEXP)’:
ChemmineOB.cpp:22365:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22365 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:22365:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22365 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBGraphSym(SEXP)’:
ChemmineOB.cpp:22392:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22392 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:22392:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22392 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGraphSym_NoSymmetryClass_get(SEXP)’:
ChemmineOB.cpp:22397:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22397 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22397:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22397 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGraphSym_GetSymmetry(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22414:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22414 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:22414:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22414 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBGraphSym_ClearSymmetry(SEXP)’:
ChemmineOB.cpp:22420:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22420 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22420:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22420 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBIsomorphismMapper(SEXP)’:
ChemmineOB.cpp:22428:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22428 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:22428:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22428 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_GetInstance__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:22443:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22443 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22443:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22443 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_GetInstance__SWIG_1(SEXP)’:
ChemmineOB.cpp:22452:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22452 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22452:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22452 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_MapFirst__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22496:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22496 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22496:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22496 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_MapUnique__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22540:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22540 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22540:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22540 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_MapAll__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22592:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22592 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22592:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22592 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_MapAll__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22611:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22611 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22611:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22611 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBIsomorphismMapper_SetTimeout(SEXP, SEXP)’:
ChemmineOB.cpp:22663:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22663 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22663:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22663 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_MapsTo(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22683:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22683 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22683:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22683 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindAutomorphisms__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22720:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22720 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:22720:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22720 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindAutomorphisms__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22754:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22754 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:22754:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22754 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindAutomorphisms__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22783:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22783 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:22783:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22783 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindAutomorphisms__SWIG_5(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22847:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:22847:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindAutomorphisms__SWIG_6(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22876:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22876 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:22876:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22876 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindAutomorphisms__SWIG_7(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:22901:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22901 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:22901:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22901 |    if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBQueryAtom(SEXP)’:
ChemmineOB.cpp:22928:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
22928 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:22928:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
22928 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBQueryBond(SEXP)’:
ChemmineOB.cpp:23014:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23014 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:23014:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23014 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBQueryBond_GetBeginAtom(SEXP)’:
ChemmineOB.cpp:23031:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23031 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23031:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23031 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBQueryBond_GetEndAtom(SEXP)’:
ChemmineOB.cpp:23040:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23040:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBQuery(SEXP)’:
ChemmineOB.cpp:23058:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23058 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:23058:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23058 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBQuery_GetBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:23111:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23111 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23111:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23111 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBQuery_AddAtom(SEXP, SEXP)’:
ChemmineOB.cpp:23121:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23121 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23121:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23121 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBQuery_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:23131:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23131 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23131:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23131 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBQuery()’:
ChemmineOB.cpp:23135:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23135 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23135:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23135 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CompileMoleculeQuery__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:23149:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23149 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23149:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23149 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CompileMoleculeQuery__SWIG_1(SEXP)’:
ChemmineOB.cpp:23157:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23157 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23157:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23157 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CompileSmilesQuery__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:23172:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23172 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23172:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23172 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CompileSmilesQuery__SWIG_1(SEXP)’:
ChemmineOB.cpp:23181:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23181 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23181:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23181 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CanonicalLabels__SWIG_0(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:23215:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23215 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |    ^~
ChemmineOB.cpp:23215:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23215 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                          ^~
ChemmineOB.cpp:23216:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23216 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23216:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23216 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CanonicalLabels__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:23249:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23249 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |    ^~
ChemmineOB.cpp:23249:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23249 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                          ^~
ChemmineOB.cpp:23250:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23250 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23250:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23250 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CanonicalLabels__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:23282:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23282 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |    ^~
ChemmineOB.cpp:23282:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23282 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                          ^~
ChemmineOB.cpp:23283:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23283 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23283:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23283 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_CanonicalLabels__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:23309:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23309 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |    ^~
ChemmineOB.cpp:23309:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23309 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                          ^~
ChemmineOB.cpp:23310:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23310 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23310:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23310 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBStereo(SEXP)’:
ChemmineOB.cpp:23493:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23493 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:23493:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23493 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoUnit_type_set(SEXP, SEXP)’:
ChemmineOB.cpp:23529:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23529 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23529:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23529 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoUnit_id_set(SEXP, SEXP)’:
ChemmineOB.cpp:23545:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23545 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23545:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23545 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoUnit_para_set(SEXP, SEXP)’:
ChemmineOB.cpp:23559:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23559 |   if (arg1) (arg1)->para = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23559:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23559 |   if (arg1) (arg1)->para = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBStereoUnit(SEXP)’:
ChemmineOB.cpp:23572:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23572 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:23572:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23572 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBStereoBase(SEXP)’:
ChemmineOB.cpp:23578:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:23578:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoBase_GetMolecule(SEXP)’:
ChemmineOB.cpp:23587:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23587 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23587:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23587 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoBase_IsSpecified(SEXP, SEXP)’:
ChemmineOB.cpp:23610:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23610 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23610:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23610 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoFacade_GetTetrahedralStereo(SEXP, SEXP)’:
ChemmineOB.cpp:23657:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23657 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23657:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23657 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoFacade_GetCisTransStereo(SEXP, SEXP)’:
ChemmineOB.cpp:23685:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23685 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23685:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23685 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBStereoFacade_GetSquarePlanarStereo(SEXP, SEXP)’:
ChemmineOB.cpp:23714:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23714 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23714:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23714 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBStereoFacade(SEXP)’:
ChemmineOB.cpp:23721:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23721 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:23721:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23721 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_PerceiveStereo__SWIG_1(SEXP)’:
ChemmineOB.cpp:23735:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23735 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23735:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23735 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_StereoFrom2D__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:23750:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23750 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23750:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23750 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_StereoFrom2D__SWIG_2(SEXP)’:
ChemmineOB.cpp:23770:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23770 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23770:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23770 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_StereoFrom3D__SWIG_1(SEXP)’:
ChemmineOB.cpp:23784:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23784 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23784:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23784 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_StereoFrom0D(SEXP)’:
ChemmineOB.cpp:23790:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
23790 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:23790:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
23790 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_TetStereoToWedgeHash(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24012:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24012:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindStereogenicUnits__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24101:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24101 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |    ^~
ChemmineOB.cpp:24101:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24101 |    if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                          ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_FindStereogenicUnits__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24129:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24129 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |    ^~
ChemmineOB.cpp:24129:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24129 |    if (SWIG_IsNewObj(res2)) delete arg2; if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax);
      |                                          ^~
ChemmineOB.cpp:24130:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24130 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24130:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24130 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotorRule(SEXP)’:
ChemmineOB.cpp:24151:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24151 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:24151:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24151 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorRule_GetSmartsString(SEXP, SEXP)’:
ChemmineOB.cpp:24199:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24199:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24199 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorRule_GetSmartsPattern(SEXP)’:
ChemmineOB.cpp:24208:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24208 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24208:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24208 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotorRules(SEXP)’:
ChemmineOB.cpp:24218:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24218 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:24218:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24218 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorRules_SetFilename(SEXP, SEXP)’:
ChemmineOB.cpp:24230:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24230 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24230:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24230 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorRules_Quiet(SEXP)’:
ChemmineOB.cpp:24267:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24267 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24267:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24267 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBRotor()’:
ChemmineOB.cpp:24271:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24271 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24271:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24271 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotor(SEXP)’:
ChemmineOB.cpp:24277:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24277 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:24277:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24277 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_SetBond(SEXP, SEXP)’:
ChemmineOB.cpp:24287:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24287 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24287:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24287 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_SetRings(SEXP)’:
ChemmineOB.cpp:24293:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24293 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24293:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24293 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_SetFixedBonds(SEXP, SEXP)’:
ChemmineOB.cpp:24359:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24359 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24359:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24359 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_Set__SWIG_2(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24442:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24442 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24442:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24442 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_GetBond(SEXP)’:
ChemmineOB.cpp:24450:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24450 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24450:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24450 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_GetTorsionValues(SEXP, SEXP)’:
ChemmineOB.cpp:24491:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24491 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24491:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24491 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_GetFixedBonds(SEXP, SEXP)’:
ChemmineOB.cpp:24499:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24499 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24499:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24499 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_CalcTorsion(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24509:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24509 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24509:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24509 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_CalcBondLength(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24519:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24519 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24519:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24519 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_GetFixedAtoms(SEXP, SEXP)’:
ChemmineOB.cpp:24568:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24568 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24568:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24568 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_SetFixedAtoms(SEXP, SEXP)’:
ChemmineOB.cpp:24580:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24580 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24580:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24580 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_GetEvalAtoms(SEXP, SEXP)’:
ChemmineOB.cpp:24588:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24588 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24588:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24588 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_SetEvalAtoms(SEXP, SEXP)’:
ChemmineOB.cpp:24600:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24600 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24600:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24600 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotor_GetRotAtoms(SEXP)’:
ChemmineOB.cpp:24608:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24608 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24608:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24608 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotorList(SEXP)’:
ChemmineOB.cpp:24634:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24634 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:24634:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24634 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_Clear(SEXP)’:
ChemmineOB.cpp:24640:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24640 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24640:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24640 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_RemoveSymVals(SEXP, SEXP)’:
ChemmineOB.cpp:24677:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24677 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24677:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24677 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_Setup__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24698:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24698 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24698:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24698 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_SetFixedBonds(SEXP, SEXP)’:
ChemmineOB.cpp:24722:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24722 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24722:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24722 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_Init(SEXP, SEXP)’:
ChemmineOB.cpp:24734:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24734 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24734:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24734 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_SetQuiet(SEXP)’:
ChemmineOB.cpp:24740:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24740 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24740:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24740 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_FindRotors__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:24766:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24766 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24766:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24766 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_BeginRotor(SEXP, SEXP)’:
ChemmineOB.cpp:24817:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24817 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24817:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24817 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_NextRotor(SEXP, SEXP)’:
ChemmineOB.cpp:24832:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24832 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24832:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24832 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_SetFixAtoms(SEXP, SEXP)’:
ChemmineOB.cpp:24874:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24874 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24874:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24874 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorList_SetRotAtomsByFix(SEXP, SEXP)’:
ChemmineOB.cpp:24900:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24900 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24900:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24900 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_rotor_digit_set_size(SEXP, SEXP)’:
ChemmineOB.cpp:24920:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24920 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24920:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24920 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_rotor_digit(SEXP)’:
ChemmineOB.cpp:24954:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24954 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:24954:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24954 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorKeys_Clear(SEXP)’:
ChemmineOB.cpp:24964:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24964 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24964:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24964 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorKeys_AddRotor(SEXP, SEXP)’:
ChemmineOB.cpp:24980:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24980 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24980:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24980 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotorKeys_GetKey(SEXP, SEXP)’:
ChemmineOB.cpp:24995:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
24995 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:24995:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
24995 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotorKeys(SEXP)’:
ChemmineOB.cpp:25001:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25001 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25001:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25001 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRotamerList(SEXP)’:
ChemmineOB.cpp:25012:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25012:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotamerList_Setup__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:25030:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25030 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25030:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25030 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotamerList_AddRotamer__SWIG_2(SEXP, SEXP)’:
ChemmineOB.cpp:25091:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25091 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25091:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25091 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotamerList_AddRotamers(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:25110:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25110 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25110:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25110 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotamerList_GetReferenceArray(SEXP, SEXP)’:
ChemmineOB.cpp:25120:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25120 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25120:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25120 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotamerList_SetBaseCoordinateSets__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:25222:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25222 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25222:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25222 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBRotamerList_GetBaseCoordinateSet(SEXP, SEXP)’:
ChemmineOB.cpp:25241:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25241 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25241:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25241 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSpectrophore(SEXP)’:
ChemmineOB.cpp:25351:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25351 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25351:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25351 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSpectrophore_SetResolution__SWIG_1(SEXP)’:
ChemmineOB.cpp:25365:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25365 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25365:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25365 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSpectrophore_SetAccuracy__SWIG_1(SEXP)’:
ChemmineOB.cpp:25382:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25382 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25382:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25382 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSpectrophore_SetStereo__SWIG_1(SEXP)’:
ChemmineOB.cpp:25399:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25399 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25399:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25399 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSpectrophore_GetSpectrophore(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:25461:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25461 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25461:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25461 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_LineSearchType(SEXP)’:
ChemmineOB.cpp:25480:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25480:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25480 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter_a_set(SEXP, SEXP)’:
ChemmineOB.cpp:25487:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25487 |   if (arg1) (arg1)->a = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25487:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25487 |   if (arg1) (arg1)->a = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                               ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter_b_set(SEXP, SEXP)’:
ChemmineOB.cpp:25501:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25501 |   if (arg1) (arg1)->b = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25501:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25501 |   if (arg1) (arg1)->b = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                               ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter_c_set(SEXP, SEXP)’:
ChemmineOB.cpp:25515:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25515 |   if (arg1) (arg1)->c = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25515:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25515 |   if (arg1) (arg1)->c = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                               ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter_d_set(SEXP, SEXP)’:
ChemmineOB.cpp:25529:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25529 |   if (arg1) (arg1)->d = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25529:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25529 |   if (arg1) (arg1)->d = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                               ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__a_set(SEXP, SEXP)’:
ChemmineOB.cpp:25548:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25548 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25548:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25548 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__b_set(SEXP, SEXP)’:
ChemmineOB.cpp:25568:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25568 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25568:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25568 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__c_set(SEXP, SEXP)’:
ChemmineOB.cpp:25588:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25588 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25588:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25588 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__d_set(SEXP, SEXP)’:
ChemmineOB.cpp:25608:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25608 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25608:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25608 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__ipar_set(SEXP, SEXP)’:
ChemmineOB.cpp:25630:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25630 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25630:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25630 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__ipar_get(SEXP, SEXP)’:
ChemmineOB.cpp:25639:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25639 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25639:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25639 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__dpar_set(SEXP, SEXP)’:
ChemmineOB.cpp:25653:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25653 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25653:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25653 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter__dpar_get(SEXP, SEXP)’:
ChemmineOB.cpp:25662:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25662:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFParameter_clear(SEXP)’:
ChemmineOB.cpp:25668:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25668 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25668:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25668 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFFParameter(SEXP)’:
ChemmineOB.cpp:25679:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25679 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25679:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25679 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_energy_set(SEXP, SEXP)’:
ChemmineOB.cpp:25686:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25686 |   if (arg1) (arg1)->energy = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25686:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25686 |   if (arg1) (arg1)->energy = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_a_set(SEXP, SEXP)’:
ChemmineOB.cpp:25705:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25705 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25705:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25705 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_a_get(SEXP)’:
ChemmineOB.cpp:25713:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25713 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25713:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25713 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_b_set(SEXP, SEXP)’:
ChemmineOB.cpp:25724:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25724 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25724:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25724 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_b_get(SEXP)’:
ChemmineOB.cpp:25732:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25732 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25732:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25732 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_idx_a_set(SEXP, SEXP)’:
ChemmineOB.cpp:25739:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25739 |   if (arg1) (arg1)->idx_a = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25739:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25739 |   if (arg1) (arg1)->idx_a = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                   ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_idx_b_set(SEXP, SEXP)’:
ChemmineOB.cpp:25753:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25753 |   if (arg1) (arg1)->idx_b = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25753:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25753 |   if (arg1) (arg1)->idx_b = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                   ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_pos_a_get(SEXP)’:
ChemmineOB.cpp:25777:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25777:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_pos_b_get(SEXP)’:
ChemmineOB.cpp:25794:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25794 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25794:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25794 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_force_a_get(SEXP, SEXP)’:
ChemmineOB.cpp:25813:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25813 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25813:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25813 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation2_force_b_get(SEXP, SEXP)’:
ChemmineOB.cpp:25832:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25832 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25832:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25832 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFFCalculation2(SEXP)’:
ChemmineOB.cpp:25840:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25840 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25840:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25840 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation3_c_set(SEXP, SEXP)’:
ChemmineOB.cpp:25863:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25863 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25863:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25863 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation3_c_get(SEXP)’:
ChemmineOB.cpp:25871:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25871:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation3_idx_c_set(SEXP, SEXP)’:
ChemmineOB.cpp:25878:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25878 |   if (arg1) (arg1)->idx_c = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25878:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25878 |   if (arg1) (arg1)->idx_c = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                   ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation3_pos_c_get(SEXP)’:
ChemmineOB.cpp:25902:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25902 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25902:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25902 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation3_force_c_get(SEXP, SEXP)’:
ChemmineOB.cpp:25921:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25921 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25921:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25921 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFFCalculation3(SEXP)’:
ChemmineOB.cpp:25929:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25929 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:25929:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25929 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation4_d_set(SEXP, SEXP)’:
ChemmineOB.cpp:25945:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25945 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25945:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25945 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation4_d_get(SEXP)’:
ChemmineOB.cpp:25953:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25953 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25953:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25953 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation4_idx_d_set(SEXP, SEXP)’:
ChemmineOB.cpp:25960:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25960 |   if (arg1) (arg1)->idx_d = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25960:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25960 |   if (arg1) (arg1)->idx_d = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                   ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation4_pos_d_get(SEXP)’:
ChemmineOB.cpp:25984:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
25984 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:25984:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
25984 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFCalculation4_force_d_get(SEXP, SEXP)’:
ChemmineOB.cpp:26003:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26003 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26003:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26003 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFFCalculation4(SEXP)’:
ChemmineOB.cpp:26011:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26011 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:26011:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26011 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_factor_set(SEXP, SEXP)’:
ChemmineOB.cpp:26023:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26023 |   if (arg1) (arg1)->factor = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26023:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26023 |   if (arg1) (arg1)->factor = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_constraint_value_set(SEXP, SEXP)’:
ChemmineOB.cpp:26038:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26038 |   if (arg1) (arg1)->constraint_value = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |   ^~
ChemmineOB.cpp:26038:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26038 |   if (arg1) (arg1)->constraint_value = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |                                              ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_rab0_set(SEXP, SEXP)’:
ChemmineOB.cpp:26054:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26054 |   if (arg1) (arg1)->rab0 = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26054:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26054 |   if (arg1) (arg1)->rab0 = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_rbc0_set(SEXP, SEXP)’:
ChemmineOB.cpp:26069:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26069 |   if (arg1) (arg1)->rbc0 = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26069:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26069 |   if (arg1) (arg1)->rbc0 = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_type_set(SEXP, SEXP)’:
ChemmineOB.cpp:26084:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26084 |   if (arg1) (arg1)->type = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26084:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26084 |   if (arg1) (arg1)->type = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                  ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_ia_set(SEXP, SEXP)’:
ChemmineOB.cpp:26098:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26098 |   if (arg1) (arg1)->ia = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26098:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26098 |   if (arg1) (arg1)->ia = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_ib_set(SEXP, SEXP)’:
ChemmineOB.cpp:26112:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26112 |   if (arg1) (arg1)->ib = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26112:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26112 |   if (arg1) (arg1)->ib = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_ic_set(SEXP, SEXP)’:
ChemmineOB.cpp:26126:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26126 |   if (arg1) (arg1)->ic = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26126:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26126 |   if (arg1) (arg1)->ic = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_id_set(SEXP, SEXP)’:
ChemmineOB.cpp:26140:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26140 |   if (arg1) (arg1)->id = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26140:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26140 |   if (arg1) (arg1)->id = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_a_set(SEXP, SEXP)’:
ChemmineOB.cpp:26158:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26158 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26158:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26158 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_a_get(SEXP)’:
ChemmineOB.cpp:26166:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26166 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26166:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26166 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_b_set(SEXP, SEXP)’:
ChemmineOB.cpp:26177:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26177 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26177:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26177 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_b_get(SEXP)’:
ChemmineOB.cpp:26185:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26185 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26185:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26185 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_c_set(SEXP, SEXP)’:
ChemmineOB.cpp:26196:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26196 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26196:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26196 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_c_get(SEXP)’:
ChemmineOB.cpp:26204:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26204 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26204:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26204 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_d_set(SEXP, SEXP)’:
ChemmineOB.cpp:26215:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26215 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26215:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26215 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_d_get(SEXP)’:
ChemmineOB.cpp:26223:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26223 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26223:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26223 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_grada_set(SEXP, SEXP)’:
ChemmineOB.cpp:26236:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26236 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26236:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26236 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_grada_get(SEXP, SEXP)’:
ChemmineOB.cpp:26244:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26244 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26244:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26244 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_gradb_set(SEXP, SEXP)’:
ChemmineOB.cpp:26257:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26257 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26257:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26257 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_gradb_get(SEXP, SEXP)’:
ChemmineOB.cpp:26265:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26265 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26265:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26265 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_gradc_set(SEXP, SEXP)’:
ChemmineOB.cpp:26278:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26278 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26278:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26278 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_gradc_get(SEXP, SEXP)’:
ChemmineOB.cpp:26286:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26286:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_gradd_set(SEXP, SEXP)’:
ChemmineOB.cpp:26299:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26299 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26299:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26299 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraint_gradd_get(SEXP, SEXP)’:
ChemmineOB.cpp:26307:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26307 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26307:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26307 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFFConstraint(SEXP)’:
ChemmineOB.cpp:26318:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26318 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:26318:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26318 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBFFConstraints(SEXP)’:
ChemmineOB.cpp:26340:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26340 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:26340:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26340 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_Clear(SEXP)’:
ChemmineOB.cpp:26347:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26347 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26347:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26347 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_Setup(SEXP, SEXP)’:
ChemmineOB.cpp:26377:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26377 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26377:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26377 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_Size(SEXP, SEXP)’:
ChemmineOB.cpp:26473:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26473 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26473:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26473 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_IsIgnored(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:26530:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26530 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26530:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26530 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_IsFixed(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:26538:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26538 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26538:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26538 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_IsXFixed(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:26546:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26546 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26546:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26546 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_IsYFixed(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:26554:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26554 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26554:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26554 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBFFConstraints_IsZFixed(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:26562:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26562 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26562:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26562 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_Default(SEXP)’:
ChemmineOB.cpp:26583:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26583 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26583:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26583 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_FindType(SEXP)’:
ChemmineOB.cpp:26591:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26591 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26591:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26591 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_MakeNewInstance(SEXP)’:
ChemmineOB.cpp:26599:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26599 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26599:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26599 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBForceField(SEXP)’:
ChemmineOB.cpp:26605:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26605 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:26605:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26605 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_FindForceField__SWIG_0(SEXP)’:
ChemmineOB.cpp:26615:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26615 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26615:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26615 |   if (SWIG_IsNewObj(res1)) delete arg1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_FindForceField__SWIG_1(SEXP)’:
ChemmineOB.cpp:26623:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26623 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26623:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26623 |   if (alloc1 == SWIG_NEWOBJ) delete[] buf1; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SetParameterFile(SEXP, SEXP)’:
ChemmineOB.cpp:26635:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26635 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26635:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26635 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_GetGrid(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:26844:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26844 |   if (alloc4 == SWIG_NEWOBJ) delete[] buf4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26844:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26844 |   if (alloc4 == SWIG_NEWOBJ) delete[] buf4; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_AddIntraGroup(SEXP, SEXP)’:
ChemmineOB.cpp:26857:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26857 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26857:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26857 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_AddInterGroup(SEXP, SEXP)’:
ChemmineOB.cpp:26870:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26870 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26870:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26870 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_ClearGroups(SEXP)’:
ChemmineOB.cpp:26894:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
26894 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:26894:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
26894 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_EnableAllPairs(SEXP)’:
ChemmineOB.cpp:27012:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27012:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_GetGradientPtr(SEXP)’:
ChemmineOB.cpp:27045:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27045 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27045:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27045 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_Energy__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27053:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27053 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27053:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27053 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_Bond__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27069:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27069 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27069:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27069 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_Angle__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27085:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27085 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27085:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27085 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_StrBnd__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27101:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27101 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27101:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27101 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_Torsion__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27117:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27117 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27117:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27117 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_OOP__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27133:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27133 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27133:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27133 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_VDW__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27149:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27149 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27149:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27149 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_E_Electrostatic__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27165:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27165:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_PrintTypes(SEXP)’:
ChemmineOB.cpp:27179:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27179 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27179:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27179 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_PrintVelocities(SEXP)’:
ChemmineOB.cpp:27200:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27200 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27200:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27200 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SetLogLevel(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27220:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27220 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27220:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27220 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_OBFFLog__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:27237:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27237 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27237:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27237 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_OBFFLog__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:27248:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27248 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27248:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27248 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_DistanceGeometry(SEXP)’:
ChemmineOB.cpp:27255:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27255 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27255:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27255 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SystematicRotorSearch__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:27277:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27277 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27277:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27277 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SystematicRotorSearchInitialize__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27297:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27297 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27297:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27297 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_RandomRotorSearch__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27361:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27361 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27361:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27361 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_RandomRotorSearch__SWIG_2(SEXP, SEXP)’:
ChemmineOB.cpp:27371:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27371 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27371:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27371 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_RandomRotorSearchInitialize__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27386:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27386 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27386:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27386 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_RandomRotorSearchInitialize__SWIG_2(SEXP, SEXP)’:
ChemmineOB.cpp:27409:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27409 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27409:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27409 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_WeightedRotorSearch__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27455:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27455 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27455:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27455 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_FastRotorSearch__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27463:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27463 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27463:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27463 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_DiverseConfGen__SWIG_1(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27496:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27496 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27496:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27496 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_DiverseConfGen__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27515:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27515 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27515:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27515 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_LineSearch__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27560:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27560 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27560:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27560 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_Newton2NumLineSearch(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27570:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27570 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27570:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27570 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_LineSearchTakeStep(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27583:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27583 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27583:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27583 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SteepestDescent__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27600:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27600 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27600:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27600 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SteepestDescentInitialize__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27616:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27616 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27616:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27616 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_SteepestDescentTakeNSteps(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27647:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27647 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27647:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27647 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_ConjugateGradients__SWIG_1(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27664:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27664 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27664:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27664 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_ConjugateGradientsInitialize__SWIG_0(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27681:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27681 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27681:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27681 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_ConjugateGradientsTakeNSteps(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27712:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27712 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27712:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27712 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_MolecularDynamicsTakeNSteps__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27744:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27744:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27744 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_MolecularDynamicsTakeNSteps__SWIG_2(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27752:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27752 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27752:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27752 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_GetConstraints(SEXP, SEXP)’:
ChemmineOB.cpp:27761:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27761 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27761:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27761 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_UnsetFixAtom(SEXP)’:
ChemmineOB.cpp:27787:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27787 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27787:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27787 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_UnsetIgnoreAtom(SEXP)’:
ChemmineOB.cpp:27801:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27801 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27801:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27801 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_IgnoreCalculation__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27806:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27806 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27806:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27806 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_IgnoreCalculation__SWIG_1(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27811:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27811 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27811:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27811 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorBondDerivative(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27905:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27905:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27905 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorDistanceDerivative(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:27920:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
27920 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:27920:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
27920 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorCopy(SEXP, SEXP)’:
ChemmineOB.cpp:28135:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28135 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28135:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28135 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorDistance(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28150:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28150 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28150:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28150 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorAngle(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28161:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28161 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28161:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28161 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorTorsion(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28175:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28175 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28175:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28175 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBForceField_VectorOOP(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28189:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28189 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28189:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28189 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerFilter_IsGood(SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28241:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28241 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28241:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28241 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBConformerFilter(SEXP)’:
ChemmineOB.cpp:28249:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28249 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28249:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28249 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBConformerFilters(SEXP)’:
ChemmineOB.cpp:28270:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28270 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28270:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28270 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBStericConformerFilter(SEXP)’:
ChemmineOB.cpp:28303:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28303 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28303:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28303 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerScore_Score(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28373:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28373:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28373 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBConformerScore(SEXP)’:
ChemmineOB.cpp:28381:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28381 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28381:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28381 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBRMSDConformerScore(SEXP)’:
ChemmineOB.cpp:28394:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28394 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28394:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28394 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBEnergyConformerScore(SEXP)’:
ChemmineOB.cpp:28421:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28421 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28421:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28421 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMinimizingEnergyConformerScore_GetNbEnergyCompute(SEXP, SEXP)’:
ChemmineOB.cpp:28435:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28435 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28435:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28435 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMinimizingEnergyConformerScore_GetNbEnergyRequest(SEXP, SEXP)’:
ChemmineOB.cpp:28444:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28444 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28444:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28444 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBConformerSearch(SEXP)’:
ChemmineOB.cpp:28478:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28478:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28478 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerSearch_Setup__SWIG_3(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28540:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28540 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28540:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28540 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerSearch_SetScore(SEXP, SEXP)’:
ChemmineOB.cpp:28616:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28616 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28616:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28616 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerSearch_Search(SEXP)’:
ChemmineOB.cpp:28630:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28630 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28630:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28630 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerSearch_GetConformers(SEXP, SEXP)’:
ChemmineOB.cpp:28652:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28652 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28652:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28652 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerSearch_SetLogStream(SEXP, SEXP)’:
ChemmineOB.cpp:28664:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28664 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28664:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28664 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBConformerSearch_SetSharing__SWIG_1(SEXP)’:
ChemmineOB.cpp:28678:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28678 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28678:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28678 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:28788:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28788 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28788:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28788 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_1(SEXP)’:
ChemmineOB.cpp:28793:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28793 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28793:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28793 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_2()’:
ChemmineOB.cpp:28797:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28797 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28797:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28797 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_3(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28815:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28815 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28815:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28815 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_4(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:28831:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28831 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28831:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28831 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_5(SEXP, SEXP)’:
ChemmineOB.cpp:28847:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28847:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_new_OBAlign__SWIG_6(SEXP, SEXP)’:
ChemmineOB.cpp:28865:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28865 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax);
      |   ^~
ChemmineOB.cpp:28865:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28865 |   if (SWIG_IsNewObj(res1)) delete arg1; if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax);
      |                                         ^~
ChemmineOB.cpp:28866:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28866 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28866:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28866 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAlign_SetRef(SEXP, SEXP)’:
ChemmineOB.cpp:28879:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28879 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28879:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28879 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAlign_SetTarget(SEXP, SEXP)’:
ChemmineOB.cpp:28892:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28892 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:28892:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28892 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAlign(SEXP)’:
ChemmineOB.cpp:28981:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
28981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:28981:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
28981 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolAtomIter(SEXP)’:
ChemmineOB.cpp:29012:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:29012:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29012 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:29020:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29020 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29020:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29020 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:29028:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29028 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29028:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29028 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter___deref__(SEXP)’:
ChemmineOB.cpp:29046:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29046 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29046:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29046 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:29055:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29055 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29055:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29055 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:29062:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29062 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29062:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29062 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_Duplicate(SEXP, SEXP)’:
ChemmineOB.cpp:29080:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29080 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29080:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29080 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:29096:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29096 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29096:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29096 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetIsotope(SEXP, SEXP)’:
ChemmineOB.cpp:29119:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29119 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29119:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29119 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetImplicitHCount(SEXP, SEXP)’:
ChemmineOB.cpp:29128:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29128 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29128:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29128 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:29144:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29144 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29144:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29144 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetVector__SWIG_2(SEXP)’:
ChemmineOB.cpp:29191:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29191 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29191:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29191 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetCoordPtr(SEXP, SEXP)’:
ChemmineOB.cpp:29202:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29202 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29202:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29202 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:29213:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29213 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29213:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29213 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:29224:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29224 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29224:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29224 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:29238:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29238 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29238:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29238 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:29252:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29252 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29252:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29252 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_ClearCoordPtr(SEXP)’:
ChemmineOB.cpp:29259:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29259 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29259:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29259 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetType(SEXP)’:
ChemmineOB.cpp:29395:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29395 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29395:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29395 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetCoordinate(SEXP)’:
ChemmineOB.cpp:29451:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29451:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29451 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetVector(SEXP, SEXP)’:
ChemmineOB.cpp:29459:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29459 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29459:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29459 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetResidue(SEXP)’:
ChemmineOB.cpp:29475:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29475:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetParent(SEXP)’:
ChemmineOB.cpp:29483:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29483 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29483:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29483 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetNewBondVector(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:29497:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29497 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29497:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29497 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetBond(SEXP, SEXP)’:
ChemmineOB.cpp:29509:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29509 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29509:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29509 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_BeginBond(SEXP, SEXP)’:
ChemmineOB.cpp:29542:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29542 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29542:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29542 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_NextBond(SEXP, SEXP)’:
ChemmineOB.cpp:29557:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29557 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29557:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29557 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_BeginNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:29572:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29572 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29572:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29572 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_NextNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:29587:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29587 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29587:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29587 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetDistance__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:29595:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29595 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29595:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29595 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_NewResidue(SEXP)’:
ChemmineOB.cpp:29649:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29649 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29649:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29649 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_AddResidue(SEXP, SEXP)’:
ChemmineOB.cpp:29660:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29660 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29660:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29660 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_DeleteResidue(SEXP)’:
ChemmineOB.cpp:29667:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29667 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29667:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29667 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:29678:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29678 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29678:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29678 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_InsertBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:29695:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29695 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29695:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29695 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_ClearBond(SEXP)’:
ChemmineOB.cpp:29712:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29712 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29712:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29712 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetHybAndGeom(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:29727:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29727 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29727:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29727 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_IsInRingSize(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:29837:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29837 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29837:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29837 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_HasAlphaBetaUnsat__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:29990:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
29990 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:29990:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
29990 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_MatchesSMARTS(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:30062:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30062 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30062:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30062 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:30089:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30089 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30089:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30089 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:30104:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30104 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30104:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30104 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:30122:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30122 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30122:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30122 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:30134:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30134 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30134:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30134 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:30152:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30152 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30152:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30152 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:30163:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30163 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30163:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30163 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:30190:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30190 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30190:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30190 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:30201:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30201 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30201:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30201 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:30218:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30218 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30218:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30218 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:30231:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30231 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30231:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30231 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolAtomDFSIter(SEXP)’:
ChemmineOB.cpp:30325:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30325 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:30325:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30325 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:30342:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30342 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30342:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30342 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter___deref__(SEXP)’:
ChemmineOB.cpp:30360:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30360 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30360:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30360 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:30369:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30369 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30369:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30369 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter__next(SEXP)’:
ChemmineOB.cpp:30377:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30377 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30377:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30377 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:30384:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30384 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30384:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30384 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_Duplicate(SEXP, SEXP)’:
ChemmineOB.cpp:30402:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30402 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30402:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30402 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:30419:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30419 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30419:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30419 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetIsotope(SEXP, SEXP)’:
ChemmineOB.cpp:30443:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30443 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30443:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30443 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetImplicitHCount(SEXP, SEXP)’:
ChemmineOB.cpp:30453:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30453 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30453:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30453 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:30470:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30470 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30470:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30470 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetVector__SWIG_2(SEXP)’:
ChemmineOB.cpp:30517:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30517 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30517:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30517 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetCoordPtr(SEXP, SEXP)’:
ChemmineOB.cpp:30528:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30528 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30528:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30528 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:30539:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30539 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30539:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30539 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:30550:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30550 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30550:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30550 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:30564:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30564 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30564:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30564 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:30578:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30578:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30578 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetType(SEXP)’:
ChemmineOB.cpp:30721:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30721 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30721:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30721 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetCoordinate(SEXP)’:
ChemmineOB.cpp:30777:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30777:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetVector(SEXP, SEXP)’:
ChemmineOB.cpp:30785:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30785 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30785:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30785 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetResidue(SEXP)’:
ChemmineOB.cpp:30801:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30801 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30801:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30801 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetParent(SEXP)’:
ChemmineOB.cpp:30809:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30809 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30809:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30809 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetNewBondVector(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:30823:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30823 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30823:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30823 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetBond(SEXP, SEXP)’:
ChemmineOB.cpp:30835:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30835 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30835:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30835 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_BeginBond(SEXP, SEXP)’:
ChemmineOB.cpp:30868:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30868 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30868:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30868 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_NextBond(SEXP, SEXP)’:
ChemmineOB.cpp:30883:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30883:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_BeginNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:30898:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30898 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30898:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30898 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_NextNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:30913:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30913 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30913:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30913 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetDistance__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:30921:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30921 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30921:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30921 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_NewResidue(SEXP)’:
ChemmineOB.cpp:30976:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30976 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30976:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30976 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_AddResidue(SEXP, SEXP)’:
ChemmineOB.cpp:30987:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
30987 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:30987:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
30987 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:31005:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31005 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31005:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31005 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_InsertBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31022:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31022:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31022 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_ClearBond(SEXP)’:
ChemmineOB.cpp:31040:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31040:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31040 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetHybAndGeom(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31055:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31055 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31055:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31055 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_IsInRingSize(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31165:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31165:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31165 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_HasAlphaBetaUnsat__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31318:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31318 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31318:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31318 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_MatchesSMARTS(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31392:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31392 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31392:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31392 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31419:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31419 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31419:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31419 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:31434:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31434 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31434:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31434 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:31452:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31452 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31452:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31452 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31464:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31464 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31464:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31464 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:31484:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31484 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31484:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31484 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:31495:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31495 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31495:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31495 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:31522:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31522 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31522:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31522 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:31533:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31533 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31533:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31533 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:31551:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31551 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31551:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31551 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomDFSIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:31564:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31564 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31564:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31564 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolAtomBFSIter(SEXP)’:
ChemmineOB.cpp:31659:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31659 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:31659:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31659 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:31676:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31676 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31676:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31676 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter___deref__(SEXP)’:
ChemmineOB.cpp:31694:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31694 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31694:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31694 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:31703:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31703 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31703:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31703 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_CurrentDepth(SEXP, SEXP)’:
ChemmineOB.cpp:31711:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31711 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31711:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31711 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:31718:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31718 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31718:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31718 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_Duplicate(SEXP, SEXP)’:
ChemmineOB.cpp:31736:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31736 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31736:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31736 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:31753:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31753 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31753:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31753 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetIsotope(SEXP, SEXP)’:
ChemmineOB.cpp:31777:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31777:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31777 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetImplicitHCount(SEXP, SEXP)’:
ChemmineOB.cpp:31787:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31787 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31787:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31787 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:31804:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31804 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31804:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31804 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetVector__SWIG_2(SEXP)’:
ChemmineOB.cpp:31851:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31851 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31851:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31851 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetCoordPtr(SEXP, SEXP)’:
ChemmineOB.cpp:31862:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31862 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31862:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31862 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:31873:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31873 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31873:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31873 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:31884:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31884 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31884:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31884 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:31898:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31898 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31898:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31898 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:31912:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
31912 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:31912:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
31912 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetType(SEXP)’:
ChemmineOB.cpp:32055:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32055 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32055:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32055 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetCoordinate(SEXP)’:
ChemmineOB.cpp:32111:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32111 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32111:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32111 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetVector(SEXP, SEXP)’:
ChemmineOB.cpp:32119:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32119 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32119:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32119 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetResidue(SEXP)’:
ChemmineOB.cpp:32135:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32135 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32135:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32135 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetParent(SEXP)’:
ChemmineOB.cpp:32143:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32143 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32143:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32143 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetNewBondVector(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32157:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32157 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32157:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32157 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetBond(SEXP, SEXP)’:
ChemmineOB.cpp:32169:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32169 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32169:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32169 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_BeginBond(SEXP, SEXP)’:
ChemmineOB.cpp:32202:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32202 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32202:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32202 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_NextBond(SEXP, SEXP)’:
ChemmineOB.cpp:32217:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32217 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32217:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32217 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_BeginNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:32232:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32232 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32232:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32232 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_NextNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:32247:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32247 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32247:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32247 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetDistance__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32255:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32255 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32255:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32255 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_NewResidue(SEXP)’:
ChemmineOB.cpp:32310:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32310 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32310:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32310 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_AddResidue(SEXP, SEXP)’:
ChemmineOB.cpp:32321:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32321 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32321:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32321 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:32339:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32339 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32339:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32339 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_InsertBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32356:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32356 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32356:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32356 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_ClearBond(SEXP)’:
ChemmineOB.cpp:32374:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32374 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32374:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32374 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetHybAndGeom(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32389:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32389 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32389:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32389 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_IsInRingSize(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32499:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32499 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32499:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32499 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_HasAlphaBetaUnsat__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32652:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32652 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32652:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32652 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_MatchesSMARTS(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32726:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32726 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32726:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32726 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32753:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32753 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32753:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32753 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:32768:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32768 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32768:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32768 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:32786:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32786 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32786:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32786 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32798:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32798 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32798:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32798 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:32818:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32818 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32818:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32818 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:32829:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32829 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32829:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32829 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:32856:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32856 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32856:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32856 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:32867:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32867 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32867:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32867 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:32885:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32885 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32885:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32885 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAtomBFSIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:32898:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32898 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:32898:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32898 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolBondBFSIter(SEXP)’:
ChemmineOB.cpp:32993:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
32993 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:32993:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
32993 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter___deref__(SEXP)’:
ChemmineOB.cpp:33002:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33002 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33002:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33002 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:33011:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33011 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33011:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33011 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_CurrentDepth(SEXP, SEXP)’:
ChemmineOB.cpp:33019:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33019 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33019:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33019 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:33026:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33026 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33026:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33026 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:33050:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33050 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33050:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33050 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetBegin(SEXP, SEXP)’:
ChemmineOB.cpp:33068:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33068 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33068:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33068 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetEnd(SEXP, SEXP)’:
ChemmineOB.cpp:33079:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33079 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33079:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33079 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:33090:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33090 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33090:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33090 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_Set(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:33124:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33124 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33124:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33124 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:33138:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33138 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33138:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33138 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetWedge__SWIG_1(SEXP)’:
ChemmineOB.cpp:33152:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33152 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33152:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33152 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetHash__SWIG_1(SEXP)’:
ChemmineOB.cpp:33166:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33166 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33166:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33166 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:33194:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33194 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33194:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33194 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetClosure__SWIG_1(SEXP)’:
ChemmineOB.cpp:33208:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33208 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33208:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33208 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetBeginAtom(SEXP)’:
ChemmineOB.cpp:33258:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33258 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33258:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33258 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetEndAtom(SEXP)’:
ChemmineOB.cpp:33266:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33266 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33266:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33266 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:33278:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33278 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33278:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33278 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetParent(SEXP)’:
ChemmineOB.cpp:33286:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33286:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_FindSmallestRing(SEXP)’:
ChemmineOB.cpp:33321:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33321 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33321:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33321 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_IsRotor__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:33343:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33343 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33343:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33343 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:33461:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33461 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33461:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33461 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:33476:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33476 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33476:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33476 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:33494:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33494 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33494:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33494 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:33506:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33506 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33506:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33506 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:33526:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33526 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33526:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33526 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:33537:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33537 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33537:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33537 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:33564:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33564 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33564:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33564 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:33575:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33575 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33575:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33575 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:33593:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33593 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33593:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33593 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondBFSIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:33606:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33606 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33606:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33606 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolBondIter(SEXP)’:
ChemmineOB.cpp:33690:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33690 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:33690:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33690 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:33698:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33698 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33698:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33698 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:33706:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33706 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33706:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33706 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter___deref__(SEXP)’:
ChemmineOB.cpp:33724:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33724 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33724:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33724 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:33733:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33733 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33733:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33733 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:33740:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33740 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33740:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33740 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:33763:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33763 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33763:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33763 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetBegin(SEXP, SEXP)’:
ChemmineOB.cpp:33781:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33781 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33781:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33781 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetEnd(SEXP, SEXP)’:
ChemmineOB.cpp:33792:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33792 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33792:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33792 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:33803:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33803 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33803:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33803 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_Set(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:33837:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33837 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33837:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33837 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:33851:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33851 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33851:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33851 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetWedge__SWIG_1(SEXP)’:
ChemmineOB.cpp:33865:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33865 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33865:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33865 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetHash__SWIG_1(SEXP)’:
ChemmineOB.cpp:33879:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33879:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33879 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetWedgeOrHash__SWIG_1(SEXP)’:
ChemmineOB.cpp:33893:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33893 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33893:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33893 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:33907:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33907 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33907:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33907 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetClosure__SWIG_1(SEXP)’:
ChemmineOB.cpp:33921:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33921 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33921:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33921 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetBeginAtom(SEXP)’:
ChemmineOB.cpp:33971:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33971 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33971:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33971 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetEndAtom(SEXP)’:
ChemmineOB.cpp:33979:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33979 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33979:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33979 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:33991:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33991 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33991:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33991 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetParent(SEXP)’:
ChemmineOB.cpp:33999:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
33999 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:33999:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
33999 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_FindSmallestRing(SEXP)’:
ChemmineOB.cpp:34034:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34034 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34034:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34034 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_IsRotor__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:34056:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34056 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34056:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34056 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:34174:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34174 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34174:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34174 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:34189:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34189 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34189:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34189 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:34207:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34207 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34207:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34207 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:34219:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34219 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34219:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34219 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:34237:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34237 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34237:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34237 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:34248:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34248 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34248:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34248 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:34275:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34275 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34275:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34275 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:34286:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34286:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34286 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:34303:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34303 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34303:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34303 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolBondIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:34316:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34316 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34316:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34316 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAtomAtomIter(SEXP)’:
ChemmineOB.cpp:34399:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34399 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:34399:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34399 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:34407:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34407 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34407:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34407 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:34415:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34415 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34415:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34415 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter___deref__(SEXP)’:
ChemmineOB.cpp:34433:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34433 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34433:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34433 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:34442:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34442 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34442:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34442 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:34449:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34449 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34449:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34449 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_Duplicate(SEXP, SEXP)’:
ChemmineOB.cpp:34467:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34467 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34467:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34467 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:34483:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34483 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34483:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34483 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetIsotope(SEXP, SEXP)’:
ChemmineOB.cpp:34506:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34506 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34506:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34506 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetImplicitHCount(SEXP, SEXP)’:
ChemmineOB.cpp:34515:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34515 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34515:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34515 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:34532:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34532:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetVector__SWIG_2(SEXP)’:
ChemmineOB.cpp:34579:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34579 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34579:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34579 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetCoordPtr(SEXP, SEXP)’:
ChemmineOB.cpp:34590:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34590 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34590:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34590 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:34601:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34601 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34601:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34601 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:34612:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34612 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34612:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34612 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:34626:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34626 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34626:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34626 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:34640:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34640 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34640:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34640 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_ClearCoordPtr(SEXP)’:
ChemmineOB.cpp:34647:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34647 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34647:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34647 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetType(SEXP)’:
ChemmineOB.cpp:34783:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34783 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34783:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34783 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetCoordinate(SEXP)’:
ChemmineOB.cpp:34839:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34839 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34839:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34839 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetVector(SEXP, SEXP)’:
ChemmineOB.cpp:34847:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34847:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34847 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetResidue(SEXP)’:
ChemmineOB.cpp:34863:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34863 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34863:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34863 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetParent(SEXP)’:
ChemmineOB.cpp:34871:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34871:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34871 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetNewBondVector(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:34885:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34885 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34885:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34885 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetBond(SEXP, SEXP)’:
ChemmineOB.cpp:34897:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34897 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34897:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34897 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_BeginBond(SEXP, SEXP)’:
ChemmineOB.cpp:34930:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34930 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34930:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34930 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_NextBond(SEXP, SEXP)’:
ChemmineOB.cpp:34945:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34945 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34945:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34945 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_BeginNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:34960:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34960 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34960:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34960 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_NextNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:34975:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34975 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34975:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34975 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetDistance__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:34983:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
34983 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:34983:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
34983 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_NewResidue(SEXP)’:
ChemmineOB.cpp:35038:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35038 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35038:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35038 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_AddResidue(SEXP, SEXP)’:
ChemmineOB.cpp:35049:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35049 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35049:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35049 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_DeleteResidue(SEXP)’:
ChemmineOB.cpp:35056:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35056 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35056:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35056 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:35067:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35067 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35067:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35067 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_InsertBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35084:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35084 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35084:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35084 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_ClearBond(SEXP)’:
ChemmineOB.cpp:35102:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35102 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35102:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35102 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetHybAndGeom(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35117:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35117 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35117:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35117 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_IsInRingSize(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35227:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35227 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35227:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35227 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_HasAlphaBetaUnsat__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35380:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35380 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35380:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35380 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_MatchesSMARTS(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35452:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35452 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35452:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35452 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35479:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35479 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35479:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35479 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:35494:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35494 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35494:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35494 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:35512:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35512 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35512:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35512 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35524:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35524 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35524:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35524 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:35544:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35544 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35544:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35544 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:35555:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35555 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35555:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35555 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35582:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35582 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35582:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35582 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:35593:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35593 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35593:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35593 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:35611:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35611 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35611:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35611 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomAtomIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:35624:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35624 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35624:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35624 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBAtomBondIter(SEXP)’:
ChemmineOB.cpp:35708:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35708 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:35708:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35708 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:35716:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35716 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35716:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35716 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:35724:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35724 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35724:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35724 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter___deref__(SEXP)’:
ChemmineOB.cpp:35742:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35742 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35742:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35742 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:35751:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35751:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:35758:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35758 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35758:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35758 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:35781:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35781 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35781:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35781 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetBegin(SEXP, SEXP)’:
ChemmineOB.cpp:35799:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35799 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35799:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35799 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetEnd(SEXP, SEXP)’:
ChemmineOB.cpp:35810:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35810 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35810:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35810 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:35821:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35821 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35821:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35821 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_Set(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:35855:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35855 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35855:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35855 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetAromatic__SWIG_1(SEXP)’:
ChemmineOB.cpp:35869:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35869 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35869:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35869 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetWedge__SWIG_1(SEXP)’:
ChemmineOB.cpp:35883:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35883:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35883 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetHash__SWIG_1(SEXP)’:
ChemmineOB.cpp:35897:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35897 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35897:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35897 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:35925:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35925 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35925:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35925 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetClosure__SWIG_1(SEXP)’:
ChemmineOB.cpp:35939:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35939 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35939:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35939 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetBeginAtom(SEXP)’:
ChemmineOB.cpp:35989:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35989 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35989:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35989 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetEndAtom(SEXP)’:
ChemmineOB.cpp:35997:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
35997 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:35997:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
35997 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:36009:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36009 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36009:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36009 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetParent(SEXP)’:
ChemmineOB.cpp:36017:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36017 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36017:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36017 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_FindSmallestRing(SEXP)’:
ChemmineOB.cpp:36052:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36052 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36052:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36052 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_IsRotor__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36074:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36074 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36074:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36074 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36192:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36192 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36192:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36192 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36207:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36207 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36207:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36207 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:36225:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36225 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36225:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36225 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36237:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36237 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36237:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36237 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36257:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36257 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36257:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36257 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:36268:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36268 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36268:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36268 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36295:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36295 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36295:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36295 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:36306:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36306 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36306:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36306 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36324:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36324 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36324:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36324 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBAtomBondIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:36337:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36337 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36337:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36337 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBResidueIter(SEXP)’:
ChemmineOB.cpp:36421:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36421 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:36421:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36421 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:36429:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36429 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36429:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36429 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36437:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36437 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36437:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36437 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter___deref__(SEXP)’:
ChemmineOB.cpp:36455:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36455 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36455:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36455 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:36464:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36464 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36464:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36464 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_AddAtom(SEXP, SEXP)’:
ChemmineOB.cpp:36475:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36475:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_InsertAtom(SEXP, SEXP)’:
ChemmineOB.cpp:36486:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36486 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36486:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36486 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_RemoveAtom(SEXP, SEXP)’:
ChemmineOB.cpp:36497:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36497 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36497:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36497 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetNum__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36519:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36519 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36519:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36519 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetNum__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:36529:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36529 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36529:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36529 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetChainNum(SEXP, SEXP)’:
ChemmineOB.cpp:36546:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36546 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36546:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36546 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetIdx(SEXP, SEXP)’:
ChemmineOB.cpp:36555:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36555 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36555:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36555 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetAtomID(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36579:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36579 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36579:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36579 |   if (SWIG_IsNewObj(res3)) delete arg3; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetSerialNum(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36603:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36603 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36603:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36603 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetInsertionCode(SEXP, SEXP)’:
ChemmineOB.cpp:36720:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36720 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36720:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36720 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetAminoAcidProperty(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36728:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36728 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36728:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36728 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetAtomProperty(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36740:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36740 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36740:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36740 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetResidueProperty(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36748:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36748 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36748:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36748 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_IsResidueType(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36767:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36767 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36767:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36767 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_BeginAtom(SEXP, SEXP)’:
ChemmineOB.cpp:36802:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36802 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36802:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36802 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_NextAtom(SEXP, SEXP)’:
ChemmineOB.cpp:36819:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36819 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36819:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36819 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36846:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36846 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36846:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36846 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36861:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36861 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36861:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36861 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:36879:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36879 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36879:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36879 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36891:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36891 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36891:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36891 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36909:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36909 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36909:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36909 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:36920:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36920 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36920:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36920 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:36947:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36947 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36947:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36947 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:36958:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36958 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36958:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36958 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:36975:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36975 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36975:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36975 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:36988:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
36988 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:36988:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
36988 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBResidueAtomIter(SEXP)’:
ChemmineOB.cpp:37073:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37073 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:37073:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37073 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:37090:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37090 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37090:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37090 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter___deref__(SEXP)’:
ChemmineOB.cpp:37108:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37108 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37108:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37108 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:37117:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37117 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37117:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37117 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_Visit_set(SEXP, SEXP)’:
ChemmineOB.cpp:37124:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37124 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37124:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37124 |   if (arg1) (*arg1)->Visit = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                    ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_Duplicate(SEXP, SEXP)’:
ChemmineOB.cpp:37142:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37142 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37142:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37142 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetId(SEXP, SEXP)’:
ChemmineOB.cpp:37160:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37160 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37160:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37160 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetIsotope(SEXP, SEXP)’:
ChemmineOB.cpp:37184:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37184 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37184:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37184 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetImplicitHCount(SEXP, SEXP)’:
ChemmineOB.cpp:37194:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37194 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37194:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37194 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetSpinMultiplicity(SEXP, SEXP)’:
ChemmineOB.cpp:37211:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37211 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37211:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37211 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetVector__SWIG_2(SEXP)’:
ChemmineOB.cpp:37258:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37258 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37258:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37258 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetCoordPtr(SEXP, SEXP)’:
ChemmineOB.cpp:37269:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37269 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37269:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37269 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetResidue(SEXP, SEXP)’:
ChemmineOB.cpp:37280:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37280 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37280:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37280 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:37291:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37291 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37291:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37291 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetInRing__SWIG_1(SEXP)’:
ChemmineOB.cpp:37319:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37319 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37319:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37319 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetType(SEXP)’:
ChemmineOB.cpp:37462:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37462 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37462:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37462 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetCoordinate(SEXP)’:
ChemmineOB.cpp:37518:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37518 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37518:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37518 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetVector(SEXP, SEXP)’:
ChemmineOB.cpp:37526:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37526 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37526:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37526 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetResidue(SEXP)’:
ChemmineOB.cpp:37542:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37542 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37542:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37542 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetParent(SEXP)’:
ChemmineOB.cpp:37550:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37550 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37550:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37550 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetNewBondVector(SEXP, SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:37564:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37564 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37564:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37564 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetBond(SEXP, SEXP)’:
ChemmineOB.cpp:37576:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37576 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37576:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37576 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_BeginBond(SEXP, SEXP)’:
ChemmineOB.cpp:37609:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37609 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37609:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37609 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_NextBond(SEXP, SEXP)’:
ChemmineOB.cpp:37624:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37624 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37624:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37624 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_BeginNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:37639:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37639 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37639:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37639 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_NextNbrAtom(SEXP, SEXP)’:
ChemmineOB.cpp:37654:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37654 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37654:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37654 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetDistance__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:37662:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37662:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37662 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_NewResidue(SEXP)’:
ChemmineOB.cpp:37717:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37717 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37717:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37717 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_AddResidue(SEXP, SEXP)’:
ChemmineOB.cpp:37728:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37728 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37728:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37728 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_AddBond(SEXP, SEXP)’:
ChemmineOB.cpp:37746:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37746 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37746:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37746 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_InsertBond(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:37763:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37763 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37763:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37763 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_ClearBond(SEXP)’:
ChemmineOB.cpp:37781:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37781 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37781:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37781 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetHybAndGeom(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:37796:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37796 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37796:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37796 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_IsInRingSize(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:37906:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
37906 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:37906:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
37906 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_HasAlphaBetaUnsat__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:38059:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38059 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38059:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38059 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_MatchesSMARTS(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:38133:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38133 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38133:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38133 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_DoTransformations(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:38160:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38160 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38160:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38160 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetTitle__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:38175:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38175 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38175:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38175 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_SetTitle(SEXP, SEXP)’:
ChemmineOB.cpp:38193:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38193 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38193:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38193 |   if (alloc2 == SWIG_NEWOBJ) delete[] buf2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_HasData__SWIG_0(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:38205:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38205 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38205:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38205 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_DeleteData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:38225:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38225 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38225:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38225 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_DeleteData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:38236:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38236 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38236:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38236 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_DeleteData__SWIG_3(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:38263:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38263 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38263:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38263 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_CloneData(SEXP, SEXP)’:
ChemmineOB.cpp:38274:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38274 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38274:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38274 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetData__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:38292:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38292 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38292:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38292 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBResidueAtomIter_GetData__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:38305:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38305 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38305:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38305 |   if (SWIG_IsNewObj(res2)) delete arg2; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                         ^~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolAngleIter(SEXP)’:
ChemmineOB.cpp:38389:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38389 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38389:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38389 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAngleIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:38397:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38397 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38397:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38397 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAngleIter_inc(SEXP, SEXP)’:
ChemmineOB.cpp:38405:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38405 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38405:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38405 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolAngleIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:38415:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38415 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38415:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38415 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolTorsionIter(SEXP)’:
ChemmineOB.cpp:38448:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38448 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38448:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38448 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolTorsionIter_inc(SEXP, SEXP)’:
ChemmineOB.cpp:38465:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38465 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38465:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38465 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolTorsionIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:38475:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38475:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38475 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolPairIter(SEXP)’:
ChemmineOB.cpp:38506:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38506 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38506:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38506 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolPairIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:38514:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38514 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38514:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38514 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolPairIter_inc(SEXP, SEXP)’:
ChemmineOB.cpp:38522:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38522 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38522:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38522 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolPairIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:38532:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38532:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBMolRingIter(SEXP)’:
ChemmineOB.cpp:38563:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38563 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38563:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38563 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_HasMore(SEXP, SEXP)’:
ChemmineOB.cpp:38571:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38571 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38571:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38571 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_inc__SWIG_0(SEXP, SEXP)’:
ChemmineOB.cpp:38579:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38579 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38579:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38579 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter___deref__(SEXP)’:
ChemmineOB.cpp:38597:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38597 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38597:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38597 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter___ref__(SEXP, SEXP)’:
ChemmineOB.cpp:38606:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38606 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38606:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38606 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_ring_id_set(SEXP, SEXP)’:
ChemmineOB.cpp:38613:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38613 |   if (arg1) (*arg1)->ring_id = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |   ^~
ChemmineOB.cpp:38613:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38613 |   if (arg1) (*arg1)->ring_id = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |                                      ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter__path_set(SEXP, SEXP)’:
ChemmineOB.cpp:38635:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38635 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38635:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38635 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter__path_get(SEXP, SEXP)’:
ChemmineOB.cpp:38644:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38644:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38644 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter__pathset_get(SEXP, SEXP)’:
ChemmineOB.cpp:38665:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38665 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38665:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38665 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_SetType__SWIG_1(SEXP, SEXP)’:
ChemmineOB.cpp:38706:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38706 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38706:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38706 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_GetType(SEXP)’:
ChemmineOB.cpp:38714:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38714 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38714:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38714 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_IsInRing(SEXP, SEXP, SEXP)’:
ChemmineOB.cpp:38751:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38751:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38751 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_SetParent(SEXP, SEXP)’:
ChemmineOB.cpp:38762:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38762 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38762:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38762 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBMolRingIter_GetParent(SEXP)’:
ChemmineOB.cpp:38770:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38770 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38770:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38770 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTetraNonPlanarStereo(SEXP)’:
ChemmineOB.cpp:38802:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38802 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38802:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38802 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTetraPlanarStereo(SEXP)’:
ChemmineOB.cpp:38810:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38810 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38810:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38810 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTetrahedralStereo(SEXP)’:
ChemmineOB.cpp:38827:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38827 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38827:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38827 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTetrahedralStereo_IsValid(SEXP, SEXP)’:
ChemmineOB.cpp:38835:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38835 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38835:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38835 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBCisTransStereo(SEXP)’:
ChemmineOB.cpp:38950:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38950 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:38950:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38950 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCisTransStereo_IsValid(SEXP, SEXP)’:
ChemmineOB.cpp:38958:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
38958 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:38958:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
38958 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCisTransStereo_SetConfig(SEXP, SEXP)’:
ChemmineOB.cpp:39034:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39034 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39034:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39034 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSquarePlanarStereo(SEXP)’:
ChemmineOB.cpp:39098:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39098 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:39098:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39098 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSquarePlanarStereo_IsValid(SEXP, SEXP)’:
ChemmineOB.cpp:39106:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39106 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39106:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39106 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTetrahedralConfig_center_set(SEXP, SEXP)’:
ChemmineOB.cpp:39232:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39232 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39232:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39232 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTetrahedralConfig_from_or_towards_set(SEXP, SEXP)’:
ChemmineOB.cpp:39250:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39250 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39250:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39250 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTetrahedralConfig_winding_get(SEXP, SEXP)’:
ChemmineOB.cpp:39298:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39298 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39298:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39298 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTetrahedralConfig_view_set(SEXP, SEXP)’:
ChemmineOB.cpp:39309:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39309 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39309:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39309 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBTetrahedralConfig_specified_set(SEXP, SEXP)’:
ChemmineOB.cpp:39323:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39323 |   if (arg1) (arg1)->specified = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |   ^~
ChemmineOB.cpp:39323:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39323 |   if (arg1) (arg1)->specified = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |                                       ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBTetrahedralConfig(SEXP)’:
ChemmineOB.cpp:39344:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39344 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:39344:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39344 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCisTransConfig_begin_set(SEXP, SEXP)’:
ChemmineOB.cpp:39354:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39354 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39354:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39354 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCisTransConfig_end_set(SEXP, SEXP)’:
ChemmineOB.cpp:39371:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39371 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39371:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39371 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCisTransConfig_shape_set(SEXP, SEXP)’:
ChemmineOB.cpp:39411:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39411 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39411:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39411 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBCisTransConfig_specified_set(SEXP, SEXP)’:
ChemmineOB.cpp:39425:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39425 |   if (arg1) (arg1)->specified = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |   ^~
ChemmineOB.cpp:39425:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39425 |   if (arg1) (arg1)->specified = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |                                       ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBCisTransConfig(SEXP)’:
ChemmineOB.cpp:39446:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39446 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:39446:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39446 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSquarePlanarConfig_center_set(SEXP, SEXP)’:
ChemmineOB.cpp:39457:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39457 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39457:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39457 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSquarePlanarConfig_shape_set(SEXP, SEXP)’:
ChemmineOB.cpp:39497:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39497 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |   ^~
ChemmineOB.cpp:39497:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39497 |   if(r_nprotect)  Rf_unprotect(r_nprotect); return r_ans; }
      |                                             ^~~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_OBSquarePlanarConfig_specified_set(SEXP, SEXP)’:
ChemmineOB.cpp:39511:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39511 |   if (arg1) (arg1)->specified = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |   ^~
ChemmineOB.cpp:39511:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39511 |   if (arg1) (arg1)->specified = arg2; r_ans = R_NilValue; vmaxset(r_vmax); if(r_nprotect)  Rf_unprotect(r_nprotect);
      |                                       ^~~~~
ChemmineOB.cpp: In function ‘SEXPREC* R_swig_delete_OBSquarePlanarConfig(SEXP)’:
ChemmineOB.cpp:39532:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
39532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |   ^~
ChemmineOB.cpp:39532:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
39532 |   if(r_nprotect)  Rf_unprotect(r_nprotect); R_ClearExternalPtr(self); return r_ans; }
      |                                             ^~~~~~~~~~~~~~~~~~
ChemmineOB.cpp: In function ‘void* _p_OpenBabel__CharPtrLessTo_p_std__binary_functionT_char_const_p_char_const_p_bool_t(void*, int*)’:
ChemmineOB.cpp:39657:27: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
39657 |     return (void *)((std::binary_function< char const *,char const *,bool > *)  ((OpenBabel::CharPtrLess *) x));
      |                           ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.23-bioc/R/include" -DNDEBUG -I/usr/include/openbabel3  -I/usr/include/eigen3  -DUSE_BOOST -DHAVE_EIGEN -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION  -I/usr/local/include/eigen3 -I/usr/local/include/openbabel3    -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/BH/include' -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c canonical.cpp -o canonical.o
In file included from /usr/include/openbabel3/openbabel/op.h:25,
                 from canonical.cpp:3:
/usr/include/openbabel3/openbabel/plugin.h:41:42: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
   41 | struct OBERROR CharPtrLess : public std::binary_function<const char*,const char*, bool>
      |                                          ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /usr/include/openbabel3/openbabel/op.h:23:
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.23-bioc/R/lib -L/usr/local/lib -o ChemmineOB.so ChemmineOB.o canonical.o -L/usr/local/lib/openbabel3 -lopenbabel -lz -L/home/biocbuild/bbs-3.23-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.23-bioc/R/site-library/00LOCK-ChemmineOB/00new/ChemmineOB/libs
** R
** inst
** byte-compile and prepare package for lazy loading
in method for ‘copyToR’ with signature ‘"_p_std::char_traits<(char)>"’: no definition for class “_p_std::char_traits<(char)>”
in method for ‘copyToR’ with signature ‘"_p_std::pair<(unsigned int,unsigned int)>"’: no definition for class “_p_std::pair<(unsigned int,unsigned int)>”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::CharPtrLess"’: no definition for class “_p_OpenBabel::CharPtrLess”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::FptIndexHeader"’: no definition for class “_p_OpenBabel::FptIndexHeader”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::OBStereo"’: no definition for class “_p_OpenBabel::OBStereo”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::OBStereoUnit"’: no definition for class “_p_OpenBabel::OBStereoUnit”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::LineSearchType"’: no definition for class “_p_OpenBabel::LineSearchType”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::OBTetrahedralConfig"’: no definition for class “_p_OpenBabel::OBTetrahedralConfig”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::OBCisTransConfig"’: no definition for class “_p_OpenBabel::OBCisTransConfig”
in method for ‘copyToR’ with signature ‘"_p_OpenBabel::OBSquarePlanarConfig"’: no definition for class “_p_OpenBabel::OBSquarePlanarConfig”
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ChemmineOB)