more pesky warnings removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7190 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
61168282b6
commit
01a7281ad1
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