more pesky warnings removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7190 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
07019d1a97
commit
2efc803b8e
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ public class li_std_vector_runme {
|
|||
private static readonly int collectionSize = 20;
|
||||
private static readonly int midCollection = collectionSize/2;
|
||||
|
||||
private static DoubleVector myDoubleVector;
|
||||
private static RealVector myRealVector;
|
||||
public static DoubleVector myDoubleVector;
|
||||
public static RealVector myRealVector;
|
||||
|
||||
public static void Main() {
|
||||
// Setup collection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue