restructure and add ipi texs
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
float& SimpleFloatArray::operator[] (int i)
|
||||
{
|
||||
return p[i];
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
float& SimpleFloatArray::operator[] (int i)
|
||||
{
|
||||
return p[i];
|
||||
}
|
||||